com.jniwrapper.win32.io
Class FileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jniwrapper.win32.io.FileSystemException
All Implemented Interfaces:
java.io.Serializable

public class FileSystemException
extends java.lang.RuntimeException

FileSystemException class is an exception that can be thrown by FileSystemWatcher at startup or during watching file system events.

See Also:
Serialized Form

Constructor Summary
FileSystemException()
          Deprecated. Use another constructor FileSystemException(int) instead.
FileSystemException(int errorCode)
           
FileSystemException(java.lang.String s)
           
 
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

FileSystemException

public FileSystemException()
Deprecated. Use another constructor FileSystemException(int) instead.


FileSystemException

public FileSystemException(int errorCode)

FileSystemException

public FileSystemException(java.lang.String s)