Package org.apache.zookeeper.cli
Class CliException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.zookeeper.cli.CliException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- CliParseException,- CliWrapperException,- CommandNotFoundException,- MalformedCommandException,- MalformedPathException
 
 public class CliException extends Exception - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static intDEFAULT_EXCEPTION_EXIT_CODEprotected intexitCode
 - 
Constructor SummaryConstructors Constructor Description CliException(String message)CliException(String message, int exitCode)CliException(String message, Throwable cause)CliException(String message, Throwable cause, int exitCode)CliException(Throwable cause)CliException(Throwable cause, int exitCode)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExitCode()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
exitCodeprotected int exitCode 
 - 
DEFAULT_EXCEPTION_EXIT_CODEprotected static final int DEFAULT_EXCEPTION_EXIT_CODE - See Also:
- Constant Field Values
 
 
- 
 
-