Package org.cache2k.io
Class CacheWriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.CustomizationException
-
- org.cache2k.io.CacheWriterException
-
- All Implemented Interfaces:
Serializable
public class CacheWriterException extends CustomizationException
Wraps an exception caused by a writer.- Since:
- 2
- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheWriterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CacheWriterException
public CacheWriterException(Throwable cause)
-
-