org.apache.spark
Class SparkException

Object
  extended by Throwable
      extended by Exception
          extended by org.apache.spark.SparkException
All Implemented Interfaces:
java.io.Serializable

public class SparkException
extends Exception

See Also:
Serialized Form

Constructor Summary
SparkException(String message)
           
SparkException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SparkException

public SparkException(String message,
                      Throwable cause)

SparkException

public SparkException(String message)