Class CipherUidAlreadyInUseException

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor

        org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.UniversalIdAccessor

        org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B extends org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B>>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.String message)
      Instantiates a new cipher Universal-ID already in use exception.
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new cipher Universal-ID already in use exception.
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new cipher Universal-ID already in use exception.
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new cipher Universal-ID already in use exception.
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.Throwable cause)
      Instantiates a new cipher Universal-ID already in use exception.
      CipherUidAlreadyInUseException​(java.lang.String aUid, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new cipher Universal-ID already in use exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUniversalId​()
      Gets the Universal-ID.
      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • CipherUidAlreadyInUseException

        public CipherUidAlreadyInUseException​(java.lang.String aUid,
                                              java.lang.String aMessage,
                                              java.lang.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​(java.lang.String aUid,
                                              java.lang.String aMessage,
                                              java.lang.Throwable aCause,
                                              java.lang.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​(java.lang.String aUid,
                                              java.lang.String message,
                                              java.lang.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​(java.lang.String aUid,
                                              java.lang.String message)
        Instantiates a new cipher Universal-ID already in use exception.
        Parameters:
        aUid - the Universal-ID
        message - the message
      • CipherUidAlreadyInUseException

        public CipherUidAlreadyInUseException​(java.lang.String aUid,
                                              java.lang.Throwable aCause,
                                              java.lang.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​(java.lang.String aUid,
                                              java.lang.Throwable cause)
        Instantiates a new cipher Universal-ID already in use exception.
        Parameters:
        aUid - the Universal-ID
        cause - the cause
    • Method Detail

      • getUniversalId

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