org.catacombae.jfuse.joapi
Class JFUSEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.catacombae.jfuse.joapi.JFUSEException
All Implemented Interfaces:
Serializable

public class JFUSEException
extends Exception

Base class for all jFUSE exceptions. Can be used as a general exception class.

Author:
erik
See Also:
Serialized Form

Constructor Summary
JFUSEException(Errno errno)
           
 
Method Summary
 Errno getErrno()
           
 
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

JFUSEException

public JFUSEException(Errno errno)
Method Detail

getErrno

public Errno getErrno()