public class NotAcceptable extends TransportException
| Modifier and Type | Field and Description |
|---|---|
static TransportErrorCode |
ERROR_CODE |
| Constructor and Description |
|---|
NotAcceptable(java.util.Collection<MessageProtocol> requested,
MessageProtocol supported) |
NotAcceptable(TransportErrorCode errorCode,
ExceptionMessage exceptionMessage) |
errorCode, exceptionMessage, fromCodeAndMessage, toStringpublic static final TransportErrorCode ERROR_CODE
public NotAcceptable(java.util.Collection<MessageProtocol> requested, MessageProtocol supported)
public NotAcceptable(TransportErrorCode errorCode, ExceptionMessage exceptionMessage)