org.apache.hadoop.util
Class ExitUtil.ExitException

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.ExitException
All Implemented Interfaces:
Serializable
Enclosing class:
org.apache.hadoop.util.ExitUtil

public static class ExitUtil.ExitException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 int status
           
 
Constructor Summary
ExitUtil.ExitException(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.ExitException

public ExitUtil.ExitException(int status,
                              String msg)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.