Serialized Form


Package javax.servlet

Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable

Class javax.servlet.ServletException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds

Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable

Serialized Fields

mRootCause

java.lang.Throwable mRootCause

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable<K,V> values

id

java.lang.String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


Package javax.xml.bind

Class javax.xml.bind.JAXBElement extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

QName name
xml element tag name


declaredType

java.lang.Class<T> declaredType
Java datatype binding for xml element declaration's type.


scope

java.lang.Class<T> scope
Scope of xml element declaration representing this xml element instance. Can be one of the following values: - JAXBElement.GlobalScope for global xml element declaration. - local element declaration has a scope set to the Java class representation of complex type defintion containing xml element declaration.


value

java.lang.Object value
xml element value. Represents content model and attributes of an xml element instance.


nil

boolean nil
true iff the xml element instance has xsi:nil="true".

Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable

serialVersionUID: -5621384651494307979L

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.MarshalException extends JAXBException implements Serializable

Class javax.xml.bind.PropertyException extends JAXBException implements Serializable

Class javax.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Throwable linkedException
Exception reference

Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable

Class javax.xml.bind.ValidationException extends JAXBException implements Serializable


Package javax.xml.crypto

Class javax.xml.crypto.KeySelectorException extends java.lang.Exception implements Serializable

serialVersionUID: -7480033639322531109L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.MarshalException extends java.lang.Exception implements Serializable

serialVersionUID: -863185580332643547L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.NoSuchMechanismException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4189669069570660166L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.URIReferenceException extends java.lang.Exception implements Serializable

serialVersionUID: 7173469703932561419L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

uriReference

URIReference uriReference

Package javax.xml.crypto.dsig

Class javax.xml.crypto.dsig.TransformException extends java.lang.Exception implements Serializable

serialVersionUID: 5082634801360427800L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Class javax.xml.crypto.dsig.XMLSignatureException extends java.lang.Exception implements Serializable

serialVersionUID: -3438102491013869995L

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this exception to get thrown, or null if this exception was not caused by another throwable or if the causative throwable is unknown.

 

Package javax.xml.datatype

Class javax.xml.datatype.DatatypeConfigurationException extends java.lang.Exception implements Serializable


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

Namespace URI of this QName.


localPart

java.lang.String localPart

local part of this QName.


prefix

java.lang.String prefix

prefix of this QName.


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception that represents the error.

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable


Package javax.xml.registry

Class javax.xml.registry.DeleteException extends RegistryException implements Serializable

Class javax.xml.registry.FindException extends RegistryException implements Serializable

Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable

Class javax.xml.registry.JAXRException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.registry.RegistryException extends JAXRException implements Serializable

Serialized Fields

errorObjectKey

Key errorObjectKey

Class javax.xml.registry.SaveException extends RegistryException implements Serializable

Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable

Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package javax.xml.rpc.encoding

Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable

Serialized Fields

handlerClass

java.lang.Class<T> handlerClass

config

java.util.Map<K,V> config

headers

java.util.Vector<E> headers

Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultcode

QName faultcode

faultstring

java.lang.String faultstring

faultactor

java.lang.String faultactor

detail

Detail detail

Package javax.xml.soap

Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package javax.xml.stream

Class javax.xml.stream.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

nested

java.lang.Exception nested

Class javax.xml.stream.XMLStreamException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

location

Location location

Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable

Class javax.xml.transform.TransformerException extends java.lang.Exception implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured


containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception for the TransformerFactoryConfigurationError.


Package javax.xml.ws

Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable

Class javax.xml.ws.WebServiceException extends java.lang.RuntimeException implements Serializable

Class javax.xml.ws.WebServicePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -146474640053770988L


Package javax.xml.ws.addressing

Class javax.xml.ws.addressing.ActionNotSupportedException extends AddressingException implements Serializable

Serialized Fields

action

java.lang.String action

Class javax.xml.ws.addressing.AddressingException extends WebServiceException implements Serializable

Serialized Fields

code

QName code

reason

java.lang.String reason

detail

java.lang.Object detail

Class javax.xml.ws.addressing.DestinationUnreachableException extends AddressingException implements Serializable

Class javax.xml.ws.addressing.EndpointUnavailableException extends AddressingException implements Serializable

Class javax.xml.ws.addressing.InvalidMapException extends AddressingException implements Serializable

Class javax.xml.ws.addressing.MapRequiredException extends AddressingException implements Serializable


Package javax.xml.ws.http

Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable

Serialized Fields

statusCode

int statusCode

Package javax.xml.ws.soap

Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable

Serialized Fields

fault

SOAPFault fault

Package javax.xml.xpath

Class javax.xml.xpath.XPathException extends java.lang.Exception implements Serializable

serialVersionUID: -1837080260374986980L

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable

serialVersionUID: -1837080260374986980L

Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable

serialVersionUID: -1837080260374986980L

Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable

serialVersionUID: -1837080260374986980L


Package org.w3c.dom

Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6627732366795969916L

Serialized Fields

code

short code

Package org.w3c.dom.events

Class org.w3c.dom.events.EventException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.dom.ls

Class org.w3c.dom.ls.LSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package org.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

serialVersionUID: 583241635256073760L

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

serialVersionUID: 5440506620509557213L

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

serialVersionUID: -1422818934641823846L

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

serialVersionUID: -5651165872476709336L

Serialized Fields

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()