public class NotAcceptable extends TransportException
| Modifier and Type | Field and Description |
|---|---|
static TransportErrorCode |
ERROR_CODE |
| Constructor and Description |
|---|
NotAcceptable(Collection<MessageProtocol> requested,
MessageProtocol supported) |
NotAcceptable(TransportErrorCode errorCode,
ExceptionMessage exceptionMessage) |
errorCode, exceptionMessage, fromCodeAndMessage, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final TransportErrorCode ERROR_CODE
public NotAcceptable(Collection<MessageProtocol> requested, MessageProtocol supported)
public NotAcceptable(TransportErrorCode errorCode, ExceptionMessage exceptionMessage)