Class UnknownCipherUidException

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.UnknownCipherUidException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.UniversalIdAccessor

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

    • UnknownCipherUidException

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

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

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

      public UnknownCipherUidException(String aUid, String message)
      Instantiates a new unknown cipher Universal-TID exception.
      Parameters:
      aUid - the Universal-TID
      message - the message
    • UnknownCipherUidException

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

      public UnknownCipherUidException(String aUid, Throwable cause)
      Instantiates a new unknown cipher Universal-TID exception.
      Parameters:
      aUid - the Universal-TID
      cause - the cause
  • Method Details

    • getUniversalId

      public String getUniversalId()
      Gets the Universal-TID.
      Specified by:
      getUniversalId in interface org.refcodes.mixin.UniversalIdAccessor
      Returns:
      the Universal-TID