Uses of Class
com.ibm.websphere.command.CommandException
-
Packages that use CommandException Package Description com.ibm.websphere.command -
-
Uses of CommandException in com.ibm.websphere.command
Subclasses of CommandException in com.ibm.websphere.command Modifier and Type Class Description classUnauthorizedAccessExceptionUnauthorizedAccessException is thrown when attempting to execute a command without access authorization.classUnavailableCompensatingCommandExceptionUnavailableCompensableCommandException is thrown by the getCompensatingCommand() method (in the CompensableCommand interface) if it finds no compensating command to return.classUnsetInputPropertiesExceptionUnsetInputPropertiesException 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 CommandException Modifier and Type Method Description voidCacheableCommandImpl. execute()This implements the method in the Command interface, overriding the implementation in TargetableCommandImpl.voidCommand. execute()Executes the task encapsulated by this command.voidTargetableCommandImpl. execute()Executes the task encapsulated by the command.TargetableCommandCommandTarget. executeCommand(TargetableCommand command)Submits the command for execution.TargetableCommandLocalTarget. executeCommand(TargetableCommand command)Runs a command locally (in the client's JVM).booleanCacheableCommand. executeFromCache()executeFromCache This method will check the cache to see if the given command is present.booleanCacheableCommandImpl. executeFromCache()executeFromCache This method will check the cache to see if the given command is present.CommandCompensableCommand. getCompensatingCommand()Retrieves the compensating command associated with the command.
-