Class ClassLoadingException

All Implemented Interfaces:
Serializable

public class ClassLoadingException extends HibernateException
Indicates a problem performing class loading.
See Also:
  • Constructor Details

    • ClassLoadingException

      public ClassLoadingException(String message, Throwable cause)
      Constructs a ClassLoadingException using the specified message and cause.
      Parameters:
      message - A message explaining the exception condition.
      cause - The underlying cause
    • ClassLoadingException

      public ClassLoadingException(String message)
      Constructs a ClassLoadingException using the specified message.
      Parameters:
      message - A message explaining the exception condition.