|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.exception.ExceptionInstantiationException
public class ExceptionInstantiationException
Exception - ExceptionInstantiationException This indicates that an exception was thrown when trying to instantiate a previous exception in a chain of exceptions. The specific exception can by retrieved using getPreviousException().
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class com.ibm.websphere.exception.DistributedException |
---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |