Uses of Class
com.sun.xml.ws.util.exception.JAXWSExceptionBase

Packages that use JAXWSExceptionBase
com.sun.tools.ws.processor   
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler   
com.sun.tools.ws.util   
com.sun.tools.ws.wsdl.framework   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.encoding.soap   
com.sun.xml.ws.handler   
com.sun.xml.ws.model   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.protocol.xml   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.streaming   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.util   
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.processor
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.processor
 class ProcessorException
          ProcessorException represents an exception that occurred while processing a web service.
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.processor.generator
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.processor.generator
 class GeneratorException
           
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.processor.model
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.processor.model
 class ModelException
          ModelException represents an exception that occurred while visiting service model.
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.processor.modeler
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.processor.modeler
 class ModelerException
          ModelerException represents an exception that occurred while visiting service model.
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.util
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.util
 class WSDLParseException
           
 

Uses of JAXWSExceptionBase in com.sun.tools.ws.wsdl.framework
 

Subclasses of JAXWSExceptionBase in com.sun.tools.ws.wsdl.framework
 class DuplicateEntityException
          An exception signalling that an entity with the given name/id has already been defined.
 class NoSuchEntityException
          An exception signalling that an entity with the given name/id does not exist.
 class ParseException
          An exception signalling a parsing error.
 class ValidationException
          An exception signalling that validation of an entity failed.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.api.message
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.api.message
 class ExceptionHasMessage
          This class represents an Exception that needs to be marshalled with a specific protocol wire format.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.client
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.client
 class ClientTransportException
           
 class SenderException
           
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap
 class DeserializationException
          DeserializationException represents an exception that occurred while deserializing a Java value from XML.
 class SerializationException
          SerializationException represents an exception that occurred while serializing a Java value as XML.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.handler
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.handler
 class HandlerException
          Exception thrown by handler-related code.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.model
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.model
 class RuntimeModelerException
          RuntimeModelerException represents an exception that occurred while serializing a Java value as XML.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.protocol.soap
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.protocol.soap
 class MessageCreationException
          This is used to represent Message creation exception when a Codec trying to create a Message.
 class VersionMismatchException
          This is used to represent SOAP VersionMismatchFault.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.protocol.xml
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.protocol.xml
 class XMLMessageException
           
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.server
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.server
 class ServerRtException
           
 class UnsupportedMediaException
          Codec throws this exception when it doesn't understand request message's Content-Type
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.streaming
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.streaming
 class XMLReaderException
           XMLReaderException represents an exception that occurred while reading an XML document.
 class XMLStreamReaderException
           XMLStream ReaderException represents an exception that occurred while reading an XML document.
 class XMLStreamWriterException
           XMLWriterException represents an exception that occurred while writing an XML document.
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.transport.http.servlet
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.transport.http.servlet
(package private)  class WSServletException
           
 

Uses of JAXWSExceptionBase in com.sun.xml.ws.util
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.util
 class UtilException
          UtilException represents an exception that occurred while one of the util classes is operating.