org.apache.hcatalog.templeton
Class QueueException

Object
  extended by Throwable
      extended by SimpleWebException
          extended by QueueException
All Implemented Interfaces:
Serializable

public class QueueException
extends SimpleWebException

Unable to queue the job

See Also:
Serialized Form

Field Summary
 
Fields inherited from class SimpleWebException
httpCode, params
 
Constructor Summary
QueueException(String msg)
           
 
Method Summary
 
Methods inherited from class SimpleWebException
buildMessage, getResponse
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueException

public QueueException(String msg)