Searched defs:ProcessorException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/
H A DProcessorException.java31 * ProcessorException represents an exception that occurred while processing
38 public class ProcessorException extends JAXWSExceptionBase { class in inherits:JAXWSExceptionBase
40 public ProcessorException(String key, Object... args) { method in class:ProcessorException
44 public ProcessorException(String msg){ method in class:ProcessorException
48 public ProcessorException(Throwable throwable) { method in class:ProcessorException

Completed in 29 milliseconds