com.sun.tools.ws.processor
Class ProcessorException
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.tools.ws.processor.ProcessorException
- All Implemented Interfaces:
- Localizable, Serializable
- Direct Known Subclasses:
- GeneratorException, ModelerException, ModelException
public class ProcessorException
- extends JAXWSExceptionBase
ProcessorException represents an exception that occurred while processing
a web service.
- See Also:
JAXWSExceptionBase
,
Serialized Form
ProcessorException
public ProcessorException(String key,
Object... args)
ProcessorException
public ProcessorException(String msg)
ProcessorException
public ProcessorException(Throwable throwable)
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Description copied from class:
JAXWSExceptionBase
- Gets the default resource bundle name for this kind of exception.
Used for
JAXWSExceptionBase.JAXWSExceptionBase(String, Object[])
.
- Specified by:
getDefaultResourceBundleName
in class JAXWSExceptionBase