Class VerifoneStoredCredentialException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.payment.service.gateway.requestresponse.exception.VerifoneStoredCredentialException
-
- All Implemented Interfaces:
Serializable
public class VerifoneStoredCredentialException extends RuntimeException
An exception is thrown when the Stored credentials can't be read, written, or processed correctly. For example, if the Object mapper can't read the String representation of the Stored credentials.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifoneStoredCredentialException(String message)
VerifoneStoredCredentialException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-