类 ClassLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.registry.classloading.spi.ClassLoadingException
-
- 所有已实现的接口:
Serializable
public class ClassLoadingException extends HibernateException
Indicates a problem performing class loading.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ClassLoadingException(String message)Constructs a ClassLoadingException using the specified message.ClassLoadingException(String message, Throwable cause)Constructs a ClassLoadingException using the specified message and cause.
-
方法概要
-
-
-
构造器详细资料
-
ClassLoadingException
public ClassLoadingException(String message, Throwable cause)
Constructs a ClassLoadingException using the specified message and cause.- 参数:
message- A message explaining the exception condition.cause- The underlying cause
-
ClassLoadingException
public ClassLoadingException(String message)
Constructs a ClassLoadingException using the specified message.- 参数:
message- A message explaining the exception condition.
-
-