Class PayPalInvalidRequestStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.paypal.micro.exception.PayPalInvalidRequestStateException
-
- All Implemented Interfaces:
Serializable
public class PayPalInvalidRequestStateException extends RuntimeException
Represents an exception that occurs because aPayPalRequest's
state was invalid prior to sending the request.- Author:
- Nathan Moore (nathandmoore)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayPalInvalidRequestStateException()
PayPalInvalidRequestStateException(String message)
PayPalInvalidRequestStateException(String message, Throwable cause)
PayPalInvalidRequestStateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PayPalInvalidRequestStateException
public PayPalInvalidRequestStateException()
-
PayPalInvalidRequestStateException
public PayPalInvalidRequestStateException(String message)
-
PayPalInvalidRequestStateException
public PayPalInvalidRequestStateException(String message, Throwable cause)
-
PayPalInvalidRequestStateException
public PayPalInvalidRequestStateException(Throwable cause)
-
-