org.apache.hadoop.hbase.hql
Class ExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.apache.hadoop.hbase.hql.ExitException
- All Implemented Interfaces:
- Serializable
public class ExitException
- extends SecurityException
- See Also:
- Serialized Form
Constructor Summary |
ExitException(int status)
Constructs an exit exception. |
Method Summary |
int |
getStatus()
The status code returned by System.exit() |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExitException
public ExitException(int status)
- Constructs an exit exception.
- Parameters:
status
- the status code returned via System.exit()
getStatus
public int getStatus()
- The status code returned by System.exit()
- Returns:
- the status code returned by System.exit()
Copyright © 2008 The Apache Software Foundation