Class SecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DecryptionException, EncryptionException

public abstract class SecurityException extends org.refcodes.exception.AbstractException
The Class SecurityException.
See Also:
  • Constructor Details

    • SecurityException

      public SecurityException(String aMessage, String aErrorCode)
      Instantiates a new security exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • SecurityException

      public SecurityException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new security exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • SecurityException

      public SecurityException(String message, Throwable cause)
      Instantiates a new security exception.
      Parameters:
      message - the message
      cause - the cause
    • SecurityException

      public SecurityException(String message)
      Instantiates a new security exception.
      Parameters:
      message - the message
    • SecurityException

      public SecurityException(Throwable aCause, String aErrorCode)
      Instantiates a new security exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • SecurityException

      public SecurityException(Throwable cause)
      Instantiates a new security exception.
      Parameters:
      cause - the cause