org.edg.info
Class DiskCacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.info.DiskCacheException
All Implemented Interfaces:
java.io.Serializable

public class DiskCacheException
extends java.lang.Exception

Exception thrown by the QueueDiskCache.

See Also:
Serialized Form

Constructor Summary
DiskCacheException()
           
DiskCacheException(java.lang.String message)
           
DiskCacheException(java.lang.String message, java.lang.Throwable cause)
           
DiskCacheException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiskCacheException

public DiskCacheException()
See Also:
Exception.Exception()

DiskCacheException

public DiskCacheException(java.lang.String message)
See Also:
Exception.Exception(java.lang.String)

DiskCacheException

public DiskCacheException(java.lang.String message,
                          java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

DiskCacheException

public DiskCacheException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)