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