py4j
Class Py4JException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by py4j.Py4JException
All Implemented Interfaces:
Serializable

public class Py4JException
extends RuntimeException

Exception raised when an error is encountered while using Py4J.

Author:
Barthelemy Dagenais
See Also:
Serialized Form

Constructor Summary
Py4JException()
           
Py4JException(String arg0)
           
Py4JException(String arg0, Throwable arg1)
           
Py4JException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Py4JException

public Py4JException()

Py4JException

public Py4JException(String arg0)

Py4JException

public Py4JException(Throwable arg0)

Py4JException

public Py4JException(String arg0,
                     Throwable arg1)