org.apache.hcatalog.templeton
Class BusyException

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

public class BusyException
extends SimpleWebException

Simple "we are busy, try again" exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class SimpleWebException
httpCode, params
 
Constructor Summary
BusyException()
           
 
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

BusyException

public BusyException()