com.aelitis.azureus.core.diskmanager.file
Class FMFileManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aelitis.azureus.core.diskmanager.file.FMFileManagerException
All Implemented Interfaces:
java.io.Serializable

public class FMFileManagerException
extends java.lang.Exception

Author:
parg
See Also:
Serialized Form

Constructor Summary
FMFileManagerException(java.lang.String str)
           
FMFileManagerException(java.lang.String str, java.lang.Throwable cause)
           
 
Method Summary
 boolean isRecoverable()
           
 void setRecoverable(boolean _recoverable)
           
 
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

FMFileManagerException

public FMFileManagerException(java.lang.String str)

FMFileManagerException

public FMFileManagerException(java.lang.String str,
                              java.lang.Throwable cause)
Method Detail

setRecoverable

public void setRecoverable(boolean _recoverable)

isRecoverable

public boolean isRecoverable()