Package | Description |
---|---|
py4j |
Modifier and Type | Method and Description |
---|---|
Py4JNetworkException.ErrorTime |
Py4JNetworkException.getWhen() |
static Py4JNetworkException.ErrorTime |
Py4JNetworkException.ErrorTime.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Py4JNetworkException.ErrorTime[] |
Py4JNetworkException.ErrorTime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Py4JNetworkException(Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(java.lang.String message,
Py4JNetworkException.ErrorTime when) |
Py4JNetworkException(java.lang.String message,
java.lang.Throwable cause,
Py4JNetworkException.ErrorTime when) |