Class UnknownKeyException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.KeyAccessor<String>

    public class UnknownKeyException
    extends FileSystemException
    The Class UnknownKeyException.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   String aMessage,
                                   String aErrorCode)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        aMessage - the message
        aErrorCode - the error code
      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   String aMessage,
                                   Throwable aCause,
                                   String aErrorCode)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   String message,
                                   Throwable cause)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        message - the message
        cause - the cause
      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   String message)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        message - the message
      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   Throwable aCause,
                                   String aErrorCode)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        aCause - the cause
        aErrorCode - the error code
      • UnknownKeyException

        public UnknownKeyException​(String aKey,
                                   Throwable cause)
        Instantiates a new unknown key exception.
        Parameters:
        aKey - the key
        cause - the cause
    • Method Detail

      • getKey

        public String getKey()
        Gets the key.
        Specified by:
        getKey in interface org.refcodes.mixin.KeyAccessor<String>
        Returns:
        the key