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)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage, Throwable aCause)
    • SecurityRuntimeException

      public SecurityRuntimeException(String aMessage)
    • SecurityRuntimeException

      public SecurityRuntimeException(Throwable aCause, String aErrorCode)
    • SecurityRuntimeException

      public SecurityRuntimeException(Throwable aCause)