org.apache.tez.dag.api
Class SessionNotRunning
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tez.dag.api.TezException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.