org.apache.hadoop.util
Class ExitUtil.HaltException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.util.ExitUtil.HaltException
All Implemented Interfaces:
Serializable
Enclosing class:
org.apache.hadoop.util.ExitUtil

public static class ExitUtil.HaltException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 int status
           
 
Constructor Summary
ExitUtil.HaltException(int status, String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

public final int status
Constructor Detail

ExitUtil.HaltException

public ExitUtil.HaltException(int status,
                              String msg)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.