Class HttpSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
io.helidon.security.providers.httpsign.HttpSignatureException
- All Implemented Interfaces:
Serializable
Exception from HTTP signatures provider.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new exception with a cause.HttpSignatureException
(String message) Create a new exception with message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpSignatureException
Create a new exception with message.- Parameters:
message
- descriptive message
-
HttpSignatureException
Create a new exception with a cause.- Parameters:
e
- cause
-