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.
- Author:
- WS Development Team
- 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()
- Specified by:
getDefaultResourceBundleName in class JAXWSExceptionBase
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.