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
The Class SecurityRuntimeException.
See Also:
  • Constructor Details

    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage, String aErrorCode)
      See Also:
      • AbstractRuntimeException(String, String)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage, Throwable aCause)
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage)
      See Also:
      • AbstractRuntimeException(String)
    • SecurityRuntimeException

      public SecurityRuntimeException(Throwable aCause, String aErrorCode)
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • SecurityRuntimeException

      public SecurityRuntimeException(Throwable aCause)
      See Also:
      • AbstractRuntimeException(Throwable)