Serialized Form
Package javax.xml.messaging |
cause
java.lang.Throwable cause
msgFactory
MessageFactory msgFactory
- The
MessageFactory
object that will be used internally
to create the SOAPMessage
object to be passed to the
method onMessage
. This new message will contain the data
from the message that was posted to the servlet. Using the
MessageFactory
object that is the value for this field
to create the new message ensures that the correct profile is used.
Package javax.xml.namespace |
namespaceURI
java.lang.String namespaceURI
localPart
java.lang.String localPart
Package javax.xml.parsers |
exception
java.lang.Exception exception
Package javax.xml.registry |
cause
java.lang.Throwable cause
errorObjectKey
Key errorObjectKey
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
Package javax.xml.rpc.handler |
handlerClass
java.lang.Class handlerClass
config
java.util.Map config
headers
java.util.Vector headers
Package javax.xml.rpc.soap |
faultcode
QName faultcode
faultstring
java.lang.String faultstring
faultactor
java.lang.String faultactor
detail
Detail detail
cause
java.lang.Throwable cause
Package javax.xml.transform |
locator
SourceLocator locator
- Field locator specifies where the error occured
containedException
java.lang.Throwable containedException
- Field containedException specifies a wrapped exception. May be null.
exception
java.lang.Exception exception
code
short code
Package org.w3c.dom.events |
code
short code
Package org.w3c.dom.ranges |
code
short code
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
publicId
java.lang.String publicId
- The public identifier, or null.
- See Also:
SAXParseException.getPublicId()
systemId
java.lang.String systemId
- The system identifier, or null.
- See Also:
SAXParseException.getSystemId()
lineNumber
int lineNumber
- The line number, or -1.
- See Also:
SAXParseException.getLineNumber()
columnNumber
int columnNumber
- The column number, or -1.
- See Also:
SAXParseException.getColumnNumber()