Package py4j
Class Py4JException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
py4j.Py4JException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Py4JAuthenticationException
,Py4JJavaException
,Py4JNetworkException
Exception raised when an error is encountered while using Py4J.
- Author:
- Barthelemy Dagenais
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPy4JException
(String arg0) Py4JException
(String arg0, Throwable arg1) Py4JException
(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Py4JException
public Py4JException() -
Py4JException
-
Py4JException
-
Py4JException
-