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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • 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 aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownCipherUidException

      public UnknownCipherUidException(String aUid, String aMessage, Throwable aCause)
      Instantiates a new unknown cipher Universal-TID exception.
      Parameters:
      aUid - the Universal-TID
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnknownCipherUidException

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

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

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

    • getUniversalId

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