public class ExceptionInstantiationException extends DistributedException
Constructor and Description |
---|
ExceptionInstantiationException()
Default constructor.
|
ExceptionInstantiationException(java.lang.String message)
Constructor with a message.
|
ExceptionInstantiationException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
Constructor with message text.
|
ExceptionInstantiationException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
Constructor with message text and previous exception.
|
ExceptionInstantiationException(java.lang.String message,
java.lang.Throwable exception)
Constructor with a message and an exception to be chained.
|
ExceptionInstantiationException(java.lang.Throwable exception)
Constructor with previous exception.
|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo
public ExceptionInstantiationException()
public ExceptionInstantiationException(java.lang.String message)
message
- java.lang.String Message textpublic ExceptionInstantiationException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
s
- java.lang.Stringpublic ExceptionInstantiationException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
text
- java.lang.Stringexception
- java.lang.Throwablepublic ExceptionInstantiationException(java.lang.String message, java.lang.Throwable exception)
message
- The message for this exceptionexception
- java.lang.Throwable The exception to be chainedpublic ExceptionInstantiationException(java.lang.Throwable exception)
exception
- java.lang.Throwable