Uses of Class
py4j.Py4JNetworkException.ErrorTime
-
Packages that use Py4JNetworkException.ErrorTime Package Description py4j -
-
Uses of Py4JNetworkException.ErrorTime in py4j
Methods in py4j that return Py4JNetworkException.ErrorTime Modifier and Type Method 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.Constructors in py4j with parameters of type Py4JNetworkException.ErrorTime Constructor Description Py4JNetworkException(java.lang.String message, java.lang.Throwable cause, Py4JNetworkException.ErrorTime when)
Py4JNetworkException(java.lang.String message, Py4JNetworkException.ErrorTime when)
Py4JNetworkException(Py4JNetworkException.ErrorTime when)
-