Uses of Enum
py4j.Py4JNetworkException.ErrorTime
Packages that use Py4JNetworkException.ErrorTime
-
Uses of Py4JNetworkException.ErrorTime in py4j
Methods in py4j that return Py4JNetworkException.ErrorTimeModifier and TypeMethodDescriptionPy4JNetworkException.getWhen()
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.ErrorTimeModifierConstructorDescriptionPy4JNetworkException
(String message, Throwable cause, Py4JNetworkException.ErrorTime when) Py4JNetworkException
(String message, Py4JNetworkException.ErrorTime when)