Package | Description |
---|---|
com.ibm.websphere.exception |
Modifier and Type | Class and Description |
---|---|
class |
DistributedException
Provides exception functions desirable in a distributed environment.
|
class |
ExceptionInstantiationException
Copyright (c) 2000, 2005 IBM Corporation and others.
|
Constructor and Description |
---|
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..
|