org.apache.flume.source.http
Class HTTPBadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flume.FlumeException
org.apache.flume.source.http.HTTPBadRequestException
- All Implemented Interfaces:
- Serializable
public class HTTPBadRequestException
- extends FlumeException
Exception thrown by an HTTP Handler if the request was not parsed correctly
into an event because the request was not in the expected format.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTTPBadRequestException
public HTTPBadRequestException(String msg)
HTTPBadRequestException
public HTTPBadRequestException(String msg,
Throwable th)
HTTPBadRequestException
public HTTPBadRequestException(Throwable th)
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.