org.globus.cog.gridshell.commands
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.globus.cog.gridshell.commands.CommandException
- All Implemented Interfaces:
- Serializable
- public class CommandException
- extends RuntimeException
A runtime exception when a command fails
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandException
public CommandException(String message,
Status status)
CommandException
public CommandException(String message,
Status status,
Throwable chainedThrowable)