Uses of Class
com.ibm.websphere.command.CommandException
Packages that use CommandException
-
Uses of CommandException in com.ibm.websphere.command
Subclasses of CommandException in com.ibm.websphere.commandModifier and TypeClassDescriptionclass
UnauthorizedAccessException is thrown when attempting to execute a command without access authorization.class
UnavailableCompensableCommandException is thrown by the getCompensatingCommand() method (in the CompensableCommand interface) if it finds no compensating command to return.class
UnsetInputPropertiesException is thrown by the execute() method (in a TargetableCommandImpl class) if a command's isReadyToCallExecute() method returnsfalse
.Methods in com.ibm.websphere.command that throw CommandExceptionModifier and TypeMethodDescriptionvoid
CacheableCommandImpl.execute()
This implements the method in the Command interface, overriding the implementation in TargetableCommandImpl.void
Command.execute()
Executes the task encapsulated by this command.void
TargetableCommandImpl.execute()
Executes the task encapsulated by the command.CommandTarget.executeCommand
(TargetableCommand command) Submits the command for execution.LocalTarget.executeCommand
(TargetableCommand command) Runs a command locally (in the client's JVM).boolean
CacheableCommand.executeFromCache()
executeFromCache This method will check the cache to see if the given command is present.boolean
CacheableCommandImpl.executeFromCache()
executeFromCache This method will check the cache to see if the given command is present.CompensableCommand.getCompensatingCommand()
Retrieves the compensating command associated with the command.