Class NoCreateAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.NoCreateAccessException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class NoCreateAccessException extends FileSystemException
The Class NoCreateAccessException.
See Also:
  • Constructor Details

    • 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