org.apache.hadoop.hive.ql.exec
Class TaskExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.hive.ql.exec.TaskExecutionException
All Implemented Interfaces:
Serializable

public class TaskExecutionException
extends RuntimeException

Exception thrown by any task processor to signal a problem with task execution.

See Also:
Serialized Form

Constructor Summary
TaskExecutionException(String msg)
           
TaskExecutionException(String msg, Throwable cause)
           
TaskExecutionException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskExecutionException

public TaskExecutionException(String msg)

TaskExecutionException

public TaskExecutionException(String msg,
                              Throwable cause)

TaskExecutionException

public TaskExecutionException(Throwable cause)


Copyright © 2014 The Apache Software Foundation. All rights reserved.