类 RecoverableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.MappingException
-
- org.hibernate.AnnotationException
-
- org.hibernate.cfg.RecoverableException
-
- 所有已实现的接口:
Serializable
@Deprecated public class RecoverableException extends AnnotationException
已过时。Was only ever referenced in a single place, in an extremely dubious way.An exception that indicates a condition where the hope is that subsequent processing will be able to recover from it.- 作者:
- Emmanuel Bernard
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RecoverableException(String msg)已过时。Constructs a RecoverableException using the given message and underlying cause.RecoverableException(String msg, Throwable cause)已过时。Constructs a RecoverableException using the given message and underlying cause.
-
方法概要
-
-
-
构造器详细资料
-
RecoverableException
public RecoverableException(String msg, Throwable cause)
已过时。Constructs a RecoverableException using the given message and underlying cause.- 参数:
msg- The message explaining the condition that caused the exceptioncause- The underlying exception
-
RecoverableException
public RecoverableException(String msg)
已过时。Constructs a RecoverableException using the given message and underlying cause.- 参数:
msg-
-
-