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 aMessage and aCause. Note that the detail aMessage associated with aCause is not automatically incorporated in this exception's detail aMessage.
      Parameters:
      aMessage - the detail aMessage
      aCause - The Throwable (Exception) causing this exception.
    • NoCreateAccessException

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