com.ibm.websphere.exception
Uses of Interface DistributedExceptionEnabled
Packages that use DistributedExceptionEnabled
Package | Description |
---|---|
com.ibm.websphere.command | |
com.ibm.websphere.exception |
Uses of DistributedExceptionEnabled in com.ibm.websphere.command
Modifier and Type | Class and Description |
---|---|
|
CommandException
This is the base class for all Command exceptions.
|
|
UnauthorizedAccessException
UnauthorizedAccessException is thrown when attempting to execute
a command without access authorization.
|
|
UnavailableCompensatingCommandException
UnavailableCompensableCommandException is thrown by the
getCompensatingCommand() method (in the CompensableCommand interface)
if it finds no compensating command to return.
|
|
UnsetInputPropertiesException
UnsetInputPropertiesException is thrown by the execute() method
(in a TargetableCommandImpl class) if a command's isReadyToCallExecute()
method returns
false .
|
Uses of DistributedExceptionEnabled in com.ibm.websphere.exception
Modifier and Type | Class and Description |
---|---|
|
DistributedException
Provides exception functions desirable in a distributed environment.
|
|
ExceptionInstantiationException
Exception - ExceptionInstantiationException
This indicates that an exception was thrown when trying
to instantiate a previous
exception in a chain of exceptions.
|
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..
|