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