Uses of Interface
com.ibm.websphere.exception.DistributedExceptionEnabled
-
Packages that use DistributedExceptionEnabled Package Description com.ibm.websphere.exception -
-
Uses of DistributedExceptionEnabled in com.ibm.websphere.exception
Classes in com.ibm.websphere.exception that implement DistributedExceptionEnabled Modifier and Type Class Description classDistributedExceptionProvides exception functions desirable in a distributed environment.classExceptionInstantiationExceptionCopyright (c) 2000, 2005 IBM Corporation and others.Constructors in com.ibm.websphere.exception with parameters of type DistributedExceptionEnabled Constructor Description DistributedExceptionInfo(DistributedExceptionEnabled currentException)Constructor with current exceptionDistributedExceptionInfo(DistributedExceptionEnabled currentException, java.lang.Throwable previousException)Constructor with the current and previous exceptionsDistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException)Constructor with current exceptionDistributedExceptionInfo(java.lang.String defaultMessage, DistributedExceptionEnabled currentException, java.lang.Throwable previousException)Constructor with current exceptionDistributedExceptionInfo(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..
-