Class CipherUidAlreadyInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.forwardsecrecy.ForwardSecrecyException
org.refcodes.forwardsecrecy.CipherUidAlreadyInUseException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.UniversalIdAccessor

public class CipherUidAlreadyInUseException extends ForwardSecrecyException
See Also:
  • Constructor Details

    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, String aMessage, String aErrorCode)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      aMessage - the message
      aErrorCode - the error code
    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, String message, Throwable cause)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      message - the message
      cause - the cause
    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, String message)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      message - the message
    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, Throwable aCause, String aErrorCode)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      aCause - the cause
      aErrorCode - the error code
    • CipherUidAlreadyInUseException

      public CipherUidAlreadyInUseException(String aUid, Throwable cause)
      Instantiates a new cipher uid already in use exception.
      Parameters:
      aUid - the uid
      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