Package com.sun.xml.ws.encoding.soap
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.xml.ws.encoding.soap.SerializationException
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
SerializationException represents an exception that occurred while
serializing a Java value as XML.
- Author:
- WS Development Team
- See Also:
-
Field Summary
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionSerializationException(com.sun.istack.localization.Localizable arg) SerializationException(String key, Object... args) SerializationException(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionGets the default resource bundle name for this kind of exception.Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundle, getResourceBundleNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializationException
-
SerializationException
public SerializationException(com.sun.istack.localization.Localizable arg) -
SerializationException
-
-
Method Details
-
getDefaultResourceBundleName
Description copied from class:JAXWSExceptionBaseGets the default resource bundle name for this kind of exception. Used forJAXWSExceptionBase(String, Object[]).- Specified by:
getDefaultResourceBundleNamein classJAXWSExceptionBase- Returns:
-