public final class UnsupportedMediaException extends JAXWSExceptionBase
Codec
throws this exception when it doesn't understand request message's
Content-TypeConstructor and Description |
---|
UnsupportedMediaException() |
UnsupportedMediaException(String charset) |
UnsupportedMediaException(String contentType,
List<String> expectedContentTypes) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultResourceBundleName()
Gets the default resource bundle name for this kind of exception.
|
getArguments, getKey, getMessage, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedMediaException(@NotNull String contentType, List<String> expectedContentTypes)
public UnsupportedMediaException()
public UnsupportedMediaException(String charset)
public String getDefaultResourceBundleName()
JAXWSExceptionBase
JAXWSExceptionBase.JAXWSExceptionBase(String, Object[])
.getDefaultResourceBundleName
in class JAXWSExceptionBase
Copyright © 2015 Oracle Corporation. All rights reserved.