Class ClassLoadingException

All Implemented Interfaces:
Serializable

public class ClassLoadingException extends SearchException
Indicates a problem performing class loading.
Author:
Steve Ebersole, Hardy Ferentschik
See Also:
  • Constructor Details

    • ClassLoadingException

      @SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") 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