org.sourcejammer.project.model
Class FileAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.project.model.FileAccessException
All Implemented Interfaces:
java.io.Serializable

public class FileAccessException
extends org.sourcejammer.util.SourceJammerExceptionChain

Thrown if the system cannot access a file due possibly to an IOException or an SQL or database connection exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FileAccessException()
           
FileAccessException(java.lang.String msg)
           
FileAccessException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
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(java.lang.String msg)

FileAccessException

public FileAccessException(java.lang.String msg,
                           java.lang.Exception ex)


Copyright © 2003 Soucejammer project.