Package org.apache.karaf.shell.commands
Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.karaf.shell.commands.CommandException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CommandException extends Exception
Deprecated.Base class for exceptions thrown when executing commands.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException()Deprecated.CommandException(String message)Deprecated.CommandException(String help, String message)Deprecated.CommandException(String help, String message, Throwable cause)Deprecated.CommandException(String message, Throwable cause)Deprecated.CommandException(Throwable cause)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetNiceHelp()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-