public class ClassLoadingException extends HibernateException
Constructor and Description |
---|
ClassLoadingException(String message)
Constructs a ClassLoadingException using the specified message.
|
ClassLoadingException(String message,
Throwable cause)
Constructs a ClassLoadingException using the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClassLoadingException(String message, Throwable cause)
message
- A message explaining the exception condition.cause
- The underlying causepublic ClassLoadingException(String message)
message
- A message explaining the exception condition.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.