Class SecurityModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hyperledger.besu.plugin.services.securitymodule.SecurityModuleException
- All Implemented Interfaces:
Serializable
SecurityModuleException can be thrown by operations of SecurityModule
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Security module exception.SecurityModuleException(String message) Instantiates a new Security module exception.SecurityModuleException(String message, Throwable cause) Instantiates a new Security module exception.SecurityModuleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Security module exception.SecurityModuleException(Throwable cause) Instantiates a new Security module exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityModuleException
public SecurityModuleException()Instantiates a new Security module exception. -
SecurityModuleException
Instantiates a new Security module exception.- Parameters:
message- the message
-
SecurityModuleException
-
SecurityModuleException
Instantiates a new Security module exception.- Parameters:
cause- the cause
-
SecurityModuleException
public SecurityModuleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Security module exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-