Class NoCreateAccessException

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

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

      • NoCreateAccessException

        public NoCreateAccessException​(String aMessage,
                                       Throwable aCause)
        Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
        Parameters:
        aMessage - the detail message
        aCause - the cause
      • NoCreateAccessException

        public NoCreateAccessException​(String aMessage)
        Constructs a new exception with the specified detail message.
        Parameters:
        aMessage - the detail message