Package com.sun.xml.ws.util.exception
Class JAXWSExceptionBase
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
- Direct Known Subclasses:
ClientTransportException,DeserializationException,ExceptionHasMessage,HandlerException,ParseException,ProcessorException,RuntimeModelerException,SenderException,SerializationException,ServerRtException,UnsupportedMediaException,UtilException,ValidationException,WSDLParseException,XMLMessageException,XMLReaderException,XMLStreamReaderException,XMLStreamWriterException
public abstract class JAXWSExceptionBase
extends WebServiceException
implements com.sun.istack.localization.Localizable, com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier
Represents a
WebServiceException with
localizable message.- Author:
- WS Development Team
- See Also:
-
Field Summary
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJAXWSExceptionBase(com.sun.istack.localization.Localizable msg) protectedJAXWSExceptionBase(com.sun.istack.localization.Localizable msg, Throwable cause) protectedJAXWSExceptionBase(String message) protectedJAXWSExceptionBase(String key, Object... args) Deprecated.Should use the localizable constructor instead.protectedJAXWSExceptionBase(Throwable throwable) Creates a new exception that wraps the specified exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JAXWSExceptionBase
Deprecated.Should use the localizable constructor instead. -
JAXWSExceptionBase
-
JAXWSExceptionBase
Creates a new exception that wraps the specified exception. -
JAXWSExceptionBase
protected JAXWSExceptionBase(com.sun.istack.localization.Localizable msg) -
JAXWSExceptionBase
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getDefaultResourceBundleName
Gets the default resource bundle name for this kind of exception. Used forJAXWSExceptionBase(String, Object[]). -
getKey
- Specified by:
getKeyin interfacecom.sun.istack.localization.Localizable
-
getArguments
- Specified by:
getArgumentsin interfacecom.sun.istack.localization.Localizable
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfacecom.sun.istack.localization.Localizable
-
getResourceBundle
- Specified by:
getResourceBundlein interfacecom.sun.istack.localization.Localizable- Specified by:
getResourceBundlein interfacecom.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier
-