org.spicefactory.cinnamon.reflect.util
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.reflect.util.CacheException
- All Implemented Interfaces:
- Serializable
public class CacheException
- extends RuntimeException
Exception thrown when retrieving objects from a Cache instance fails, usually due to a Factory method
that threw an Exception.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CacheException
public CacheException(String message)
- Creates a new CacheException.
- Parameters:
message - the error message
CacheException
public CacheException(String message,
Throwable cause)
- Creates a new CacheException.
- Parameters:
message - the error messagecause - the root cause