Package py4j

Class Py4JException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Py4JAuthenticationException, Py4JJavaException, Py4JNetworkException

public class Py4JException extends RuntimeException

Exception raised when an error is encountered while using Py4J.

Author:
Barthelemy Dagenais
See Also:
  • Constructor Details

    • Py4JException

      public Py4JException()
    • Py4JException

      public Py4JException(String arg0)
    • Py4JException

      public Py4JException(String arg0, Throwable arg1)
    • Py4JException

      public Py4JException(Throwable arg0)