public class ClassLoadingException extends SearchException
| 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, toStringpublic ClassLoadingException(String message, Throwable cause)
ClassLoadingException using the specified message and cause.message - A message explaining the exception condition.cause - The underlying causepublic ClassLoadingException(String message)
ClassLoadingException using the specified message.message - A message explaining the exception condition.Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved