org.edg.info
Class DiskCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
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 |
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)