Class CipherUidAlreadyInUseException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.UniversalIdAccessor

    public class CipherUidAlreadyInUseException
    extends ForwardSecrecyException
    The Class CipherUidAlreadyInUseException.
    See Also:
    Serialized Form
    • Constructor Detail

      • CipherUidAlreadyInUseException

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

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

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

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

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

        public CipherUidAlreadyInUseException​(String aUid,
                                              Throwable cause)
        Instantiates a new cipher Universal-TID already in use exception.
        Parameters:
        aUid - the Universal-TID
        cause - the cause
    • Method Detail

      • getUniversalId

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