org.dasein.util
Class CacheManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dasein.util.CacheManagementException
All Implemented Interfaces:
Serializable

public class CacheManagementException
extends RuntimeException

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 $

Version:
$Revision: 1.2 $
Author:
George Reese
See Also:
Serialized Form

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

CacheManagementException

public CacheManagementException(String msg)
Constructs a new exception with the specified error message.

Parameters:
msg - an error message indicating what went wrong

CacheManagementException

public CacheManagementException(Throwable cause)
Constructs a new exception reflecting the underlying cause.

Parameters:
cause - the cause of this exception being thrown