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(String message) |
Py4JNetworkException(String message,
Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(String message,
Throwable cause) |
Py4JNetworkException(String message,
Throwable cause,
Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Py4JNetworkException.ErrorTime |
getWhen() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Py4JNetworkException()
public Py4JNetworkException(Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(String message)
public Py4JNetworkException(String message, Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(String message, Throwable cause, Py4JNetworkException.ErrorTime when)
public Py4JNetworkException(Throwable cause)
public Py4JNetworkException.ErrorTime getWhen()
Copyright © 2018. All rights reserved.