Class CipherUidAlreadyInUseException

    • Constructor Detail

      • CipherUidAlreadyInUseException

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

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

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

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

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

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

      • getUniversalId

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