org.gudy.azureus2.core3.disk
Class DiskManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.core3.disk.DiskManagerException
All Implemented Interfaces:
java.io.Serializable

public class DiskManagerException
extends java.lang.Exception

Author:
Aaron Grunthal
See Also:
Serialized Form

Constructor Summary
DiskManagerException(java.lang.String message)
           
DiskManagerException(java.lang.String message, java.lang.Throwable cause)
           
DiskManagerException(java.lang.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

DiskManagerException

public DiskManagerException(java.lang.String message)

DiskManagerException

public DiskManagerException(java.lang.Throwable cause)

DiskManagerException

public DiskManagerException(java.lang.String message,
                            java.lang.Throwable cause)