|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.DiskCacheException
public class DiskCacheException
An exception was caught or generated within the disk cache management system.
| Constructor Summary | |
|---|---|
DiskCacheException(Exception cause)
Deprecated. Constructs an DiskCacheException with the specified detail
Exception. |
|
DiskCacheException(String msg)
Deprecated. Constructs an DiskCacheException with the specified detail
message. |
|
DiskCacheException(String message,
Exception cause)
Deprecated. Constructs an DiskCacheException with the specified detail
Exception and additional message. |
|
| Method Summary |
|---|
| Methods inherited from class javax.util.jcache.CacheException |
|---|
getBase, getLocalizedMessage, getMessage, printStackTrace, setMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiskCacheException(String message,
Exception cause)
DiskCacheException with the specified detail
Exception and additional message.
message - the detail message.cause - the detail exception.public DiskCacheException(Exception cause)
DiskCacheException with the specified detail
Exception.
cause - the detail exception.public DiskCacheException(String msg)
DiskCacheException with the specified detail
message.
msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||