Package com.onlinepayments.webhooks
Class SecretKeyNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.webhooks.SignatureValidationException
com.onlinepayments.webhooks.SecretKeyNotAvailableException
- All Implemented Interfaces:
Serializable
Represents an error that causes a secret key to not be available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretKeyNotAvailableException(String message, String keyId) SecretKeyNotAvailableException(String message, String keyId, Throwable cause) SecretKeyNotAvailableException(String keyId, 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 Details
-
SecretKeyNotAvailableException
-
SecretKeyNotAvailableException
-
SecretKeyNotAvailableException
-
-
Method Details
-
getKeyId
-