Serialized Form


Package com.sun.jersey.api

Class com.sun.jersey.api.ConflictException extends WebApplicationException implements Serializable

Class com.sun.jersey.api.MessageException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.NotFoundException extends WebApplicationException implements Serializable

Serialized Fields

notFoundUri

java.net.URI notFoundUri

Class com.sun.jersey.api.ParamException extends WebApplicationException implements Serializable

Serialized Fields

parameterType

java.lang.Class<T> parameterType

name

java.lang.String name

defaultStringValue

java.lang.String defaultStringValue

Class com.sun.jersey.api.ParamException.CookieParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.FormParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.HeaderParamException extends ParamException implements Serializable

Class com.sun.jersey.api.ParamException.MatrixParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.PathParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.QueryParamException extends ParamException.URIParamException implements Serializable

Class com.sun.jersey.api.ParamException.URIParamException extends ParamException implements Serializable


Package com.sun.jersey.api.client

Class com.sun.jersey.api.client.ClientHandlerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.client.UniformInterfaceException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.api.container

Class com.sun.jersey.api.container.ContainerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.container.MappableContainerException extends ContainerException implements Serializable


Package com.sun.jersey.api.representation

Class com.sun.jersey.api.representation.Form extends MultivaluedMapImpl implements Serializable

serialVersionUID: 2572713614319991270L


Package com.sun.jersey.core.header

Class com.sun.jersey.core.header.InBoundHeaders extends StringKeyStringValueIgnoreCaseMultivaluedMap implements Serializable

Class com.sun.jersey.core.header.OutBoundHeaders extends StringKeyObjectValueIgnoreCaseMultivaluedMap implements Serializable


Package com.sun.jersey.core.spi.scanning

Class com.sun.jersey.core.spi.scanning.ScannerException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.core.util

Class com.sun.jersey.core.util.KeyComparatorHashMap extends java.util.AbstractMap<K,V> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

keyComparator

KeyComparator<K> keyComparator

Class com.sun.jersey.core.util.KeyComparatorLinkedHashMap extends KeyComparatorHashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.

 

Class com.sun.jersey.core.util.MultivaluedMapImpl extends java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> implements Serializable

serialVersionUID: -6052320403766368902L

Class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap extends KeyComparatorLinkedHashMap<java.lang.String,java.util.List<V>> implements Serializable

Class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.Object> implements Serializable

Class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.String> implements Serializable


Package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml

Class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements extends javax.xml.bind.JAXBElement<XhtmlElementType> implements Serializable

serialVersionUID: 1L


Package com.sun.jersey.spi.container.servlet

Class com.sun.jersey.spi.container.servlet.ServletContainer extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

filterContextPath

java.lang.String filterContextPath

Package com.sun.jersey.spi.inject

Class com.sun.jersey.spi.inject.Errors.ErrorMessagesException extends java.lang.RuntimeException implements Serializable

Serialized Fields

messages

java.util.List<E> messages

Package com.sun.jersey.spi.service

Class com.sun.jersey.spi.service.ServiceConfigurationError extends java.lang.Error implements Serializable


Package com.sun.jersey.spi.template

Class com.sun.jersey.spi.template.TemplateContextException extends ContainerException implements Serializable


Package javax.ws.rs

Class javax.ws.rs.WebApplicationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 11660101L

Serialized Fields

response

Response response

Package javax.ws.rs.core

Class javax.ws.rs.core.UriBuilderException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 956255913370721193L



Copyright © 2013 Oracle Corporation. All Rights Reserved.