Class NoListAccessException

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

    public class NoListAccessException
    extends FileSystemException
    This exception is thrown when a list (lookup) access was denied.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoListAccessException

        public NoListAccessException​(String aMessage,
                                     String aErrorCode)
        Instantiates a new no list access exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • NoListAccessException

        public NoListAccessException​(String aMessage,
                                     Throwable aCause,
                                     String aErrorCode)
        Instantiates a new no list access exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoListAccessException

        public NoListAccessException​(String message,
                                     Throwable cause)
        Instantiates a new no list access exception.
        Parameters:
        message - the message
        cause - the cause
      • NoListAccessException

        public NoListAccessException​(String message)
        Instantiates a new no list access exception.
        Parameters:
        message - the message
      • NoListAccessException

        public NoListAccessException​(Throwable aCause,
                                     String aErrorCode)
        Instantiates a new no list access exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • NoListAccessException

        public NoListAccessException​(Throwable cause)
        Instantiates a new no list access exception.
        Parameters:
        cause - the cause