Package vn.payos.exception
Class PayOSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vn.payos.exception.PayOSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
APIException,ConnectionException,ConnectionTimeoutException,InvalidSignatureException,WebhookException
PayOSException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPayOSException(String message) PayOSExceptionPayOSException(String message, Throwable cause) PayOSExceptionPayOSException(Throwable cause) PayOSException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PayOSException
PayOSException- Parameters:
message- message
-
PayOSException
PayOSException- Parameters:
message- messagecause- cause
-
PayOSException
PayOSException- Parameters:
cause- cause
-