类 CacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.cache.CacheException
-
- 所有已实现的接口:
Serializable
public class CacheException extends HibernateException
Something went wrong in the cache- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CacheException(String message)Constructs a CacheException.CacheException(String message, Throwable cause)Constructs a CacheException.CacheException(Throwable cause)Constructs a CacheException.
-
方法概要
-
-
-
构造器详细资料
-
CacheException
public CacheException(String message)
Constructs a CacheException.- 参数:
message- Message explaining the exception condition
-
CacheException
public CacheException(String message, Throwable cause)
Constructs a CacheException.- 参数:
message- Message explaining the exception conditioncause- The underlying cause
-
CacheException
public CacheException(Throwable cause)
Constructs a CacheException.- 参数:
cause- The underlying cause
-
-