Class DecryptCipherRuntimeException

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

    public class DecryptCipherRuntimeException
    extends ForwardSecrecyRuntimeException
    The Class DecryptCipherRuntimeException.
    See Also:
    Serialized Form
    • Constructor Detail

      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             String aMessage,
                                             String aErrorCode)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        aMessage - the message
        aErrorCode - the error code
      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             String aMessage,
                                             Throwable aCause,
                                             String aErrorCode)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             String message,
                                             Throwable cause)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        message - the message
        cause - the cause
      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             String message)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        message - the message
      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             Throwable aCause,
                                             String aErrorCode)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        aCause - the cause
        aErrorCode - the error code
      • DecryptCipherRuntimeException

        public DecryptCipherRuntimeException​(String aUid,
                                             Throwable cause)
        Instantiates a new decrypt cipher runtime exception.
        Parameters:
        aUid - the uid
        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