Class BadRequestException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- javax.ws.rs.WebApplicationException
 - 
- org.opendaylight.neutron.northbound.api.BadRequestException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BadRequestException extends javax.ws.rs.WebApplicationExceptionStatus Code 400 = Bad Request.The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BadRequestException(String string) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BadRequestException
public BadRequestException(String string)
 
 - 
 
 -