Class ForwardSecrecyRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.forwardsecrecy.ForwardSecrecyRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
ForwardSecrecyRuntimeException.ForwardSecrecyUidRuntimeException, SignatureException.SignatureRuntimeException, UnexpectedForwardSecrecyRuntimeException

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

    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage, String aErrorCode)
    • ForwardSecrecyRuntimeException

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

      public ForwardSecrecyRuntimeException(String aMessage, Throwable aCause)
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(String aMessage)
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable aCause, String aErrorCode)
    • ForwardSecrecyRuntimeException

      public ForwardSecrecyRuntimeException(Throwable aCause)