org.apache.tez.dag.api
Class DAGSubmissionTimedOut

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

public class DAGSubmissionTimedOut
extends TezException

Exception thrown when DAG submission to a Tez Session times out.

See Also:
Serialized Form

Constructor Summary
DAGSubmissionTimedOut(String message)
           
 
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

DAGSubmissionTimedOut

public DAGSubmissionTimedOut(String message)


Copyright © 2014 Apache Software Foundation. All rights reserved.