Uses of Interface
com.ibm.websphere.exception.DistributedExceptionEnabled
-
Uses of DistributedExceptionEnabled in com.ibm.websphere.exception
Modifier and TypeClassDescriptionclass
Provides exception functions desirable in a distributed environment.class
Copyright (c) 2000, 2005 IBM Corporation and others.ModifierConstructorDescriptionDistributedExceptionInfo
(DistributedExceptionEnabled currentException) Constructor with current exceptionDistributedExceptionInfo
(DistributedExceptionEnabled currentException, Throwable previousException) Constructor with the current and previous exceptionsDistributedExceptionInfo
(String defaultMessage, DistributedExceptionEnabled currentException) Constructor with current exceptionDistributedExceptionInfo
(String defaultMessage, DistributedExceptionEnabled currentException, Throwable previousException) Constructor with current exceptionDistributedExceptionInfo
(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText, DistributedExceptionEnabled currentException) Constructor with localization message information and the current exception..DistributedExceptionInfo
(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText, DistributedExceptionEnabled currentException, Throwable previousException) Constructor with localization message information and the current exception..