Uses of Interface
com.ibm.websphere.exception.DistributedExceptionEnabled

Packages that use DistributedExceptionEnabled
com.ibm.websphere.exception   
 

Uses of DistributedExceptionEnabled in com.ibm.websphere.exception
 

Classes in com.ibm.websphere.exception that implement DistributedExceptionEnabled
 class DistributedException
          Provides exception functions desirable in a distributed environment.
 class ExceptionInstantiationException
          Exception - ExceptionInstantiationException This indicates that an exception was thrown when trying to instantiate a previous exception in a chain of exceptions.
 

Constructors in com.ibm.websphere.exception with parameters of type DistributedExceptionEnabled
DistributedExceptionInfo(DistributedExceptionEnabled currentException)
          Constructor with current exception
DistributedExceptionInfo(DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
          Constructor with the current and previous exceptions
DistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException)
          Constructor with current exception
DistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
          Constructor with current exception
DistributedExceptionInfo(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, DistributedExceptionEnabled currentException)
          Constructor with localization message information and the current exception..
DistributedExceptionInfo(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, DistributedExceptionEnabled currentException, java.lang.Throwable previousException)
          Constructor with localization message information and the current exception..