Package py4j
Class Py4JJavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
py4j.Py4JException
py4j.Py4JJavaException
- All Implemented Interfaces:
Serializable
Exception raised when an exception is thrown in the client code.
- Author:
- Barthelemy Dagenais
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPy4JJavaException
(String message) Py4JJavaException
(String message, Throwable cause) Py4JJavaException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Py4JJavaException
public Py4JJavaException() -
Py4JJavaException
-
Py4JJavaException
-
Py4JJavaException
-