Package com.sun.xml.rpc.client.dii
Class DynamicInvocationException
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.client.dii.DynamicInvocationException
- All Implemented Interfaces:
Localizable,Serializable
DynamicInvocationException represents an exception that occurred while
using the DII interface
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart -
Constructor Summary
ConstructorsConstructorDescriptionDynamicInvocationException(String key, Localizable arg) DynamicInvocationException(String key, Object[] args) DynamicInvocationException(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
-
DynamicInvocationException
-
DynamicInvocationException
-
DynamicInvocationException
-
DynamicInvocationException
-
DynamicInvocationException
-
-
Method Details
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-