Class SignatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.forwardsecrecy.ForwardSecrecyException
org.refcodes.forwardsecrecy.SignatureException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
SignatureVerificationException

public class SignatureException extends ForwardSecrecyException
See Also:
  • Constructor Details

    • SignatureException

      public SignatureException(String aMessage, String aErrorCode)
    • SignatureException

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

      public SignatureException(String aMessage, Throwable aCause)
    • SignatureException

      public SignatureException(String aMessage)
    • SignatureException

      public SignatureException(Throwable aCause, String aErrorCode)
    • SignatureException

      public SignatureException(Throwable aCause)