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 SummaryConstructorsConstructorDescriptionCreate a new exception with a cause.HttpSignatureException(String message) Create a new exception with message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HttpSignatureExceptionCreate a new exception with message.- Parameters:
- message- descriptive message
 
- 
HttpSignatureExceptionCreate a new exception with a cause.- Parameters:
- e- cause
 
 
-