Package com.sun.xml.rpc.processor
Class ProcessorException
- 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.processor.ProcessorException
-
- All Implemented Interfaces:
Localizable,Serializable
- Direct Known Subclasses:
ConfigurationException,GeneratorException,ModelerException,ModelException,WebServicesClientException
public class ProcessorException extends JAXRPCExceptionBase
ProcessorException represents an exception that occurred while processing a web service.- Author:
- JAX-RPC Development Team
- See Also:
JAXRPCExceptionBase, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description ProcessorException(String key)ProcessorException(String key, Localizable arg)ProcessorException(String key, Object[] args)ProcessorException(String key, String arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceBundleName()-
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Method Detail
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-
-