Class SignatureException.SignatureRuntimeException

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

public static class SignatureException.SignatureRuntimeException extends ForwardSecrecyRuntimeException
See Also:
  • Constructor Details

    • SignatureRuntimeException

      public SignatureRuntimeException(String aMessage, String aErrorCode)
    • SignatureRuntimeException

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

      public SignatureRuntimeException(String aMessage, Throwable aCause)
    • SignatureRuntimeException

      public SignatureRuntimeException(String aMessage)
    • SignatureRuntimeException

      public SignatureRuntimeException(Throwable aCause, String aErrorCode)
    • SignatureRuntimeException

      public SignatureRuntimeException(Throwable aCause)