public class Py4JNetworkException extends Py4JException
Exception raised when a network error is encountered while using Py4J.
Modifier and Type | Class and Description |
---|---|
static class |
Py4JNetworkException.ErrorTime |
Constructor and Description |
---|
Py4JNetworkException() |
Py4JNetworkException(Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(java.lang.String message) |
Py4JNetworkException(java.lang.String message,
Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(java.lang.String message,
java.lang.Throwable cause) |
Py4JNetworkException(java.lang.String message,
java.lang.Throwable cause,
Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Py4JNetworkException.ErrorTime |
getWhen() |
public Py4JNetworkException()
public Py4JNetworkException(Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(java.lang.String message)
public Py4JNetworkException(java.lang.String message, Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(java.lang.String message, java.lang.Throwable cause)
public Py4JNetworkException(java.lang.String message, java.lang.Throwable cause, Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(java.lang.Throwable cause)
public Py4JNetworkException.ErrorTime getWhen()