org.apache.tez.dag.api
Class TezException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tez.dag.api.TezException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DAGSubmissionTimedOut, SessionNotRunning

public class TezException
extends Exception

Base TezException

See Also:
Serialized Form

Constructor Summary
TezException(String message)
           
TezException(String message, Throwable cause)
           
TezException(Throwable cause)
           
 
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
 

Constructor Detail

TezException

public TezException(Throwable cause)

TezException

public TezException(String message)

TezException

public TezException(String message,
                    Throwable cause)


Copyright © 2014 Apache Software Foundation. All rights reserved.