com.sun.xml.ws.addressing.model
Class InvalidMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.addressing.model.InvalidMapException
All Implemented Interfaces:
Serializable

public class InvalidMapException
extends javax.xml.ws.WebServiceException

See Also:
Serialized Form

Field Summary
(package private)  QName name
           
(package private)  QName subsubcode
           
 
Constructor Summary
InvalidMapException(QName name, QName subsubcode)
           
 
Method Summary
 QName getMapQName()
           
 QName getSubsubcode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

QName name

subsubcode

QName subsubcode
Constructor Detail

InvalidMapException

public InvalidMapException(QName name,
                           QName subsubcode)
Method Detail

getMapQName

public QName getMapQName()

getSubsubcode

public QName getSubsubcode()