Package com.sun.xml.ws.protocol.soap
Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.xml.ws.api.message.ExceptionHasMessage
com.sun.xml.ws.protocol.soap.VersionMismatchException
- All Implemented Interfaces:
Localizable
,LocalizableMessageFactory.ResourceBundleSupplier
,Serializable
This is used to represent SOAP VersionMismatchFault. Use
this when the received soap envelope is in a different namespace
than what the specified Binding says.
- Author:
- Jitendra Kotamraju
- See Also:
-
Field Summary
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default resource bundle name for this kind of exception.Returns the exception into a fault MessageMethods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundle, getResourceBundleName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionMismatchException
-
-
Method Details
-
getDefaultResourceBundleName
Description copied from class:JAXWSExceptionBase
Gets the default resource bundle name for this kind of exception. Used forJAXWSExceptionBase(String, Object[])
.- Specified by:
getDefaultResourceBundleName
in classJAXWSExceptionBase
-
getFaultMessage
Description copied from class:ExceptionHasMessage
Returns the exception into a fault Message- Specified by:
getFaultMessage
in classExceptionHasMessage
- Returns:
- Message for this exception
-