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
  1. java.lang.Throwable
DistributedExceptionInfo.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedExceptionEnabled.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedException.getException(java.lang.String exceptionClassName)
Get a specific exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedExceptionInfo.getOriginalException()
Get the original exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedExceptionEnabled.getOriginalException()
Get the original exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedException.getOriginalException()
Get the original exception in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedExceptionInfo.getPreviousException()
Retrieves the previous exception
  1. java.lang.Throwable
DistributedExceptionEnabled.getPreviousException()
Get the previous exception, in a possible chain of exceptions.
  1. java.lang.Throwable
DistributedException.getPreviousException()
Get the previous exception.