py4j
Class Py4JNetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by py4j.Py4JNetworkException
All Implemented Interfaces:
Serializable

public class Py4JNetworkException
extends RuntimeException

Exception raised when a network error is encountered while using Py4J.

Author:
Barthelemy Dagenais
See Also:
Serialized Form

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

Py4JNetworkException

public Py4JNetworkException()

Py4JNetworkException

public Py4JNetworkException(String message)

Py4JNetworkException

public Py4JNetworkException(Throwable cause)

Py4JNetworkException

public Py4JNetworkException(String message,
                            Throwable cause)