Package com.sun.xml.ws.encoding.soap
Class DeserializationException
- 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.encoding.soap.DeserializationException
-
- All Implemented Interfaces:
Localizable,LocalizableMessageFactory.ResourceBundleSupplier,Serializable
public class DeserializationException extends JAXWSExceptionBase
DeserializationException represents an exception that occurred while deserializing a Java value from XML.- Author:
- WS Development Team
- See Also:
JAXWSExceptionBase, Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE
-
-
Constructor Summary
Constructors Constructor Description DeserializationException(Localizable arg)DeserializationException(String key, Object... args)DeserializationException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultResourceBundleName()Gets 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, getResourceBundleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeserializationException
public DeserializationException(Throwable throwable)
-
DeserializationException
public DeserializationException(Localizable arg)
-
-
Method Detail
-
getDefaultResourceBundleName
public String 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:
-
-