org.apache.hcatalog.templeton
Class CallbackFailedException

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

public class CallbackFailedException
extends SimpleWebException

The callback failed when it tried to reach the callback URL.

See Also:
Serialized Form

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

CallbackFailedException

public CallbackFailedException(String msg)