com.paypal.base.exception
Class ClientActionRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.paypal.base.exception.BaseException
              extended by com.paypal.base.exception.ClientActionRequiredException
All Implemented Interfaces:
Serializable

public class ClientActionRequiredException
extends BaseException

ClientActionRequiredException, encapsulates instances where client has to take actions based or errors in API call.

See Also:
Serialized Form

Constructor Summary
ClientActionRequiredException(String message)
           
ClientActionRequiredException(String message, Throwable exception)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientActionRequiredException

public ClientActionRequiredException(String message)

ClientActionRequiredException

public ClientActionRequiredException(String message,
                                     Throwable exception)


Copyright © 2015. All Rights Reserved.