Package com.sun.xml.rpc.encoding
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.JAXRPCException
com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
com.sun.xml.rpc.encoding.SerializationException
- All Implemented Interfaces:
Localizable,Serializable
SerializationException represents an exception that occurred while
serializing a Java value as XML.
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart -
Constructor Summary
ConstructorsConstructorDescriptionSerializationException(String key, Localizable arg) SerializationException(String key, Object[] args) SerializationException(String key, String arg) -
Method Summary
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class javax.xml.rpc.JAXRPCException
getLinkedCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
SerializationException
-
SerializationException
-
SerializationException
-
SerializationException
-
SerializationException
-
-
Method Details
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-