Package py4j
Class Py4JNetworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- py4j.Py4JException
-
- py4j.Py4JNetworkException
-
- All Implemented Interfaces:
java.io.Serializable
public class Py4JNetworkException extends Py4JException
Exception raised when a network error is encountered while using Py4J.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Py4JNetworkException.ErrorTime
-
Constructor Summary
Constructors Constructor Description Py4JNetworkException()
Py4JNetworkException(java.lang.String message)
Py4JNetworkException(java.lang.String message, java.lang.Throwable cause)
Py4JNetworkException(java.lang.String message, java.lang.Throwable cause, Py4JNetworkException.ErrorTime when)
Py4JNetworkException(java.lang.String message, Py4JNetworkException.ErrorTime when)
Py4JNetworkException(java.lang.Throwable cause)
Py4JNetworkException(Py4JNetworkException.ErrorTime when)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Py4JNetworkException.ErrorTime
getWhen()
-
-
-
Constructor Detail
-
Py4JNetworkException
public Py4JNetworkException()
-
Py4JNetworkException
public Py4JNetworkException(Py4JNetworkException.ErrorTime when)
-
Py4JNetworkException
public Py4JNetworkException(java.lang.String message)
-
Py4JNetworkException
public Py4JNetworkException(java.lang.String message, Py4JNetworkException.ErrorTime when)
-
Py4JNetworkException
public Py4JNetworkException(java.lang.String message, java.lang.Throwable cause)
-
Py4JNetworkException
public Py4JNetworkException(java.lang.String message, java.lang.Throwable cause, Py4JNetworkException.ErrorTime when)
-
Py4JNetworkException
public Py4JNetworkException(java.lang.Throwable cause)
-
-
Method Detail
-
getWhen
public Py4JNetworkException.ErrorTime getWhen()
-
-