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

public class SecurityModuleException extends RuntimeException
SecurityModuleException can be thrown by operations of SecurityModule
See Also:
  • Constructor Details

    • SecurityModuleException

      public SecurityModuleException()
      Instantiates a new Security module exception.
    • SecurityModuleException

      public SecurityModuleException(String message)
      Instantiates a new Security module exception.
      Parameters:
      message - the message
    • SecurityModuleException

      public SecurityModuleException(String message, Throwable cause)
      Instantiates a new Security module exception.
      Parameters:
      message - the message
      cause - the cause
    • SecurityModuleException

      public SecurityModuleException(Throwable cause)
      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 message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace