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
See Also:
  • Constructor Details

    • NoCipherUidException

      public NoCipherUidException(String aMessage, String aErrorCode)
    • NoCipherUidException

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

      public NoCipherUidException(String aMessage, Throwable aCause)
    • NoCipherUidException

      public NoCipherUidException(String aMessage)
    • NoCipherUidException

      public NoCipherUidException(Throwable aCause, String aErrorCode)
    • NoCipherUidException

      public NoCipherUidException(Throwable aCause)