Package py4j

Class Py4JNetworkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class Py4JNetworkException
    extends Py4JException

    Exception raised when a network error is encountered while using Py4J.

    See Also:
    Serialized Form
    • Constructor Detail

      • Py4JNetworkException

        public Py4JNetworkException()
      • Py4JNetworkException

        public Py4JNetworkException​(java.lang.String message)
      • Py4JNetworkException

        public Py4JNetworkException​(java.lang.String message,
                                    java.lang.Throwable cause)
      • Py4JNetworkException

        public Py4JNetworkException​(java.lang.Throwable cause)