py4j
Class Py4JNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
py4j.Py4JException
py4j.Py4JNetworkException
- All Implemented Interfaces:
- Serializable
public class Py4JNetworkException
- extends Py4JException
Exception raised when a network error is encountered while using Py4J.
- Author:
- Barthelemy Dagenais
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Py4JNetworkException
public Py4JNetworkException()
Py4JNetworkException
public Py4JNetworkException(String message)
Py4JNetworkException
public Py4JNetworkException(Throwable cause)
Py4JNetworkException
public Py4JNetworkException(String message,
Throwable cause)