Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 and Description
      class  UnauthorizedAccessException
      UnauthorizedAccessException is thrown when attempting to execute a command without access authorization.
      class  UnavailableCompensatingCommandException
      UnavailableCompensableCommandException is thrown by the getCompensatingCommand() method (in the CompensableCommand interface) if it finds no compensating command to return.
      class  UnsetInputPropertiesException
      UnsetInputPropertiesException is thrown by the execute() method (in a TargetableCommandImpl class) if a command's isReadyToCallExecute() method returns false.
      Methods in com.ibm.websphere.command that throw CommandException 
      Modifier and Type Method and Description
      void Command.execute()
      Executes the task encapsulated by this command.
      void CacheableCommandImpl.execute()
      This implements the method in the Command interface, overriding the implementation in TargetableCommandImpl.
      void TargetableCommandImpl.execute()
      Executes the task encapsulated by the command.
      TargetableCommand CommandTarget.executeCommand(TargetableCommand command)
      Submits the command for execution.
      TargetableCommand LocalTarget.executeCommand(TargetableCommand command)
      Runs a command locally (in the client's JVM).
      boolean CacheableCommandImpl.executeFromCache()
      executeFromCache This method will check the cache to see if the given command is present.
      boolean CacheableCommand.executeFromCache()
      executeFromCache This method will check the cache to see if the given command is present.
      Command CompensableCommand.getCompensatingCommand()
      Retrieves the compensating command associated with the command.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes