org.apache.tez.dag.api
Class SessionNotRunning

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.SessionNotRunning
All Implemented Interfaces:
Serializable

public class SessionNotRunning
extends TezException

Exception thrown when the client cannot communicate with the Tez Session as the Tez Session is no longer running.

See Also:
Serialized Form

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

SessionNotRunning

public SessionNotRunning(String message,
                         Throwable cause)

SessionNotRunning

public SessionNotRunning(String message)

SessionNotRunning

public SessionNotRunning(Throwable cause)


Copyright © 2014 Apache Software Foundation. All rights reserved.