Class SecurityRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.security.SecurityRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DecryptionException.DecryptionRuntimeException, EncryptionException.EncryptionRuntimeException

public abstract class SecurityRuntimeException extends org.refcodes.exception.AbstractRuntimeException
See Also:
  • Constructor Details

    • SecurityRuntimeException

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

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

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

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

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

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