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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final TransportErrorCode ERROR_CODE
public NotAcceptable(Collection<MessageProtocol> requested, MessageProtocol supported)
public NotAcceptable(TransportErrorCode errorCode, ExceptionMessage exceptionMessage)