py4j
Class Py4JJavaException

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

public class Py4JJavaException
extends Py4JException

Exception raised when an exception is thrown in the client code.

Author:
Barthelemy Dagenais
See Also:
Serialized Form

Constructor Summary
Py4JJavaException()
           
Py4JJavaException(String message)
           
Py4JJavaException(String message, Throwable cause)
           
Py4JJavaException(Throwable cause)
           
 
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

Py4JJavaException

public Py4JJavaException()

Py4JJavaException

public Py4JJavaException(String message)

Py4JJavaException

public Py4JJavaException(Throwable cause)

Py4JJavaException

public Py4JJavaException(String message,
                         Throwable cause)