com.ibm.websphere.exception
Uses of Class ExceptionInstantiationException
Packages that use ExceptionInstantiationException
Package | Description |
---|---|
com.ibm.websphere.exception |
Uses of ExceptionInstantiationException in com.ibm.websphere.exception
Modifier and Type | Method and Description |
---|---|
|
DistributedExceptionInfo.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
|
|
DistributedExceptionEnabled.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
|
|
DistributedException.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
|
|
DistributedExceptionInfo.getOriginalException()
Get the original exception in a possible chain of exceptions.
|
|
DistributedExceptionEnabled.getOriginalException()
Get the original exception in a possible chain of exceptions.
|
|
DistributedException.getOriginalException()
Get the original exception in a possible chain of exceptions.
|
|
DistributedExceptionInfo.getPreviousException()
Retrieves the previous exception
|
|
DistributedExceptionEnabled.getPreviousException()
Get the previous exception, in a possible chain of exceptions.
|
|
DistributedException.getPreviousException()
Get the previous exception.
|