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
  1. class
CommandException
This is the base class for all Command exceptions.
  1. class
UnauthorizedAccessException
UnauthorizedAccessException is thrown when attempting to execute a command without access authorization.
  1. class
UnavailableCompensatingCommandException
UnavailableCompensableCommandException is thrown by the getCompensatingCommand() method (in the CompensableCommand interface) if it finds no compensating command to return.
  1. class
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
  1. class
DistributedException
Provides exception functions desirable in a distributed environment.
  1. class
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..