com.massimo.utils
Class FileAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.massimo.utils.FileAccessException
All Implemented Interfaces:
Serializable

public class FileAccessException
extends RuntimeException

Thrown when unable to create, read from or write to a file.

See Also:
Serialized Form

Constructor Summary
FileAccessException()
           
FileAccessException(String message)
           
FileAccessException(String message, Throwable cause)
           
FileAccessException(Throwable cause)
           
 
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

FileAccessException

public FileAccessException()

FileAccessException

public FileAccessException(String message)
Parameters:
message -

FileAccessException

public FileAccessException(String message,
                           Throwable cause)
Parameters:
message -
cause -

FileAccessException

public FileAccessException(Throwable cause)
Parameters:
cause -