com.ibm.websphere.exception
Uses of Class DistributedException
Packages that use DistributedException
| Package | Description |
|---|---|
| com.ibm.websphere.command | |
| com.ibm.websphere.exception |
Uses of DistributedException 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 DistributedException in com.ibm.websphere.exception
| Modifier and Type | Class and Description |
|---|---|
|
ExceptionInstantiationException
Exception - ExceptionInstantiationException
This indicates that an exception was thrown when trying
to instantiate a previous
exception in a chain of exceptions.
|