Package com.aspectran.shell.command
Class ShellCommandExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.shell.command.ShellCommandExecutionException
- All Implemented Interfaces:
Serializable
Holds an exception that occurred during command execution
and a message to be printed after.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShellCommandExecutionException
(String msg, Throwable cause) Constructor to create exception to wrap another exception and pass a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShellCommandExecutionException
Constructor to create exception to wrap another exception and pass a message.- Parameters:
msg
- the messagecause
- the real cause of the exception
-