org.apache.hadoop.hive.ql
Class CommandNeedRetryException

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

public class CommandNeedRetryException
extends Exception

See Also:
Serialized Form

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

CommandNeedRetryException

public CommandNeedRetryException()

CommandNeedRetryException

public CommandNeedRetryException(String message)

CommandNeedRetryException

public CommandNeedRetryException(Throwable cause)

CommandNeedRetryException

public CommandNeedRetryException(String message,
                                 Throwable cause)


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