Package py4j
Class Py4JNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
py4j.Py4JException
py4j.Py4JNetworkException
- All Implemented Interfaces:
Serializable
Exception raised when a network error is encountered while using Py4J.
- Author:
- Barthelemy Dagenais
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPy4JNetworkException
(String message) Py4JNetworkException
(String message, Throwable cause) Py4JNetworkException
(String message, Throwable cause, Py4JNetworkException.ErrorTime when) Py4JNetworkException
(String message, Py4JNetworkException.ErrorTime when) Py4JNetworkException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Py4JNetworkException
public Py4JNetworkException() -
Py4JNetworkException
-
Py4JNetworkException
-
Py4JNetworkException
-
Py4JNetworkException
-
Py4JNetworkException
-
Py4JNetworkException
-
-
Method Details
-
getWhen
-