net.sourceforge.pebble.domain
Class IllegalFileAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.domain.IllegalFileAccessException
All Implemented Interfaces:
java.io.Serializable

public class IllegalFileAccessException
extends java.lang.Exception

Thrown to indicate that access to a requested file/directory is denied.

Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
IllegalFileAccessException()
          Default, no args constructor.
IllegalFileAccessException(java.lang.String message)
          Creates a new instance with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalFileAccessException

public IllegalFileAccessException()
Default, no args constructor.


IllegalFileAccessException

public IllegalFileAccessException(java.lang.String message)
Creates a new instance with the specified message.

Parameters:
message - the message describing the exception


Copyright © 2003-2006, Simon Brown. All Rights Reserved.