org.cruxframework.crux.core.server.rest.spi
Class NotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruxframework.crux.core.server.rest.spi.RestFailure
org.cruxframework.crux.core.server.rest.spi.NotAcceptableException
- All Implemented Interfaces:
- Serializable
public class NotAcceptableException
- extends RestFailure
Thrown when HTTP Not Acceptable (406) is encountered
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAcceptableException
public NotAcceptableException(String s)
NotAcceptableException
public NotAcceptableException(String s,
Throwable throwable)
NotAcceptableException
public NotAcceptableException(String s,
String resp,
Throwable throwable)
NotAcceptableException
public NotAcceptableException(String s,
String resp)
NotAcceptableException
public NotAcceptableException(Throwable throwable)
Copyright © 2015. All rights reserved.