|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dasein.util.CacheManagementException
public class CacheManagementException
Triggered when requests are made of the cache that don't match the cache management contract.
Last modified: $Date: 2006/01/29 05:50:02 $
| Constructor Summary | |
|---|---|
CacheManagementException(String msg)
Constructs a new exception with the specified error message. |
|
CacheManagementException(Throwable cause)
Constructs a new exception reflecting the underlying 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 |
|---|
public CacheManagementException(String msg)
msg - an error message indicating what went wrongpublic CacheManagementException(Throwable cause)
cause - the cause of this exception being thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||