Package com.aspectran.shell.command
Class ShellCommandExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aspectran.shell.command.ShellCommandExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShellCommandExecutionException extends java.lang.Exception
Holds an exception that occurred during command execution and a message to be printed after.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShellCommandExecutionException(java.lang.String msg, java.lang.Throwable cause)
Constructor to create exception to wrap another exception and pass a message.
-