Package org.apache.ibatis.cache
Class CacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ibatis.exceptions.IbatisException
-
- org.apache.ibatis.exceptions.PersistenceException
-
- org.apache.ibatis.cache.CacheException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheException extends PersistenceException
- Author:
- Clinton Begin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheException()
CacheException(java.lang.String message)
CacheException(java.lang.String message, java.lang.Throwable cause)
CacheException(java.lang.Throwable cause)
-