Package net.visma.autopay.http.signature
Class SignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.visma.autopay.http.signature.SignatureException
- All Implemented Interfaces:
Serializable
Thrown in case of problems when computing or verifying signatures, or when verified signature is incorrect
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Error codes to classify Signature Exceptions -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorCode
Returns error code- Returns:
- Error code of this exception
-