Class NoCipherUidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.security.DecryptionException
org.refcodes.forwardsecrecy.ForwardSecrecyDecryptionException
org.refcodes.forwardsecrecy.NoCipherUidException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class NoCipherUidException extends ForwardSecrecyDecryptionException
The Class NoCipherUidException.
See Also:
  • Constructor Details

    • NoCipherUidException

      public NoCipherUidException(String aMessage, String aErrorCode)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NoCipherUidException

      public NoCipherUidException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • NoCipherUidException

      public NoCipherUidException(String message, Throwable cause)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      message - the message
      cause - the cause
    • NoCipherUidException

      public NoCipherUidException(String message)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      message - the message
    • NoCipherUidException

      public NoCipherUidException(Throwable aCause, String aErrorCode)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NoCipherUidException

      public NoCipherUidException(Throwable cause)
      Instantiates a new no cipher Universal-TID exception.
      Parameters:
      cause - the cause