org.apache.hcatalog.templeton
Class BadParam

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

public class BadParam
extends SimpleWebException

Missing required or badly configured paramater.

See Also:
Serialized Form

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

BadParam

public BadParam(String msg)