Serialized Form


Package org.springframework.aop.framework

Class org.springframework.aop.framework.AopConfigException extends NestedRuntimeException implements Serializable


Package org.springframework.aop.framework.adapter

Class org.springframework.aop.framework.adapter.UnknownAdviceTypeException extends AopConfigException implements Serializable


Package org.springframework.beans

Class org.springframework.beans.BeansException extends NestedRuntimeException implements Serializable

Class org.springframework.beans.FatalBeanException extends BeansException implements Serializable

Class org.springframework.beans.MethodInvocationException extends PropertyAccessException implements Serializable

Class org.springframework.beans.NotWritablePropertyException extends BeansException implements Serializable

Class org.springframework.beans.NullValueInNestedPathException extends FatalBeanException implements Serializable

Serialized Fields

property

java.lang.String property

clazz

java.lang.Class clazz

Class org.springframework.beans.PropertyAccessException extends BeansException implements Serializable

Serialized Fields

propertyChangeEvent

java.beans.PropertyChangeEvent propertyChangeEvent

Class org.springframework.beans.PropertyAccessExceptionsException extends BeansException implements Serializable

Serialized Fields

beanWrapper

BeanWrapper beanWrapper
BeanWrapper wrapping the target object for binding


propertyAccessExceptions

PropertyAccessException[] propertyAccessExceptions
List of PropertyAccessException objects

Class org.springframework.beans.TypeMismatchException extends PropertyAccessException implements Serializable


Package org.springframework.beans.factory

Class org.springframework.beans.factory.BeanCreationException extends FatalBeanException implements Serializable

Class org.springframework.beans.factory.BeanDefinitionStoreException extends FatalBeanException implements Serializable

Class org.springframework.beans.factory.BeanInitializationException extends FatalBeanException implements Serializable

Class org.springframework.beans.factory.BeanIsNotAFactoryException extends BeanNotOfRequiredTypeException implements Serializable

Class org.springframework.beans.factory.BeanNotOfRequiredTypeException extends BeansException implements Serializable

Serialized Fields

name

java.lang.String name
The name of the instance that was of the wrong type


requiredType

java.lang.Class requiredType
The required type


actualInstance

java.lang.Object actualInstance
The offending instance

Class org.springframework.beans.factory.FactoryBeanCircularReferenceException extends BeanDefinitionStoreException implements Serializable

Class org.springframework.beans.factory.NoSuchBeanDefinitionException extends BeansException implements Serializable

Serialized Fields

beanName

java.lang.String beanName
Name of the missing bean


beanType

java.lang.Class beanType
Required bean type

Class org.springframework.beans.factory.UnsatisfiedDependencyException extends BeanDefinitionStoreException implements Serializable


Package org.springframework.beans.factory.access

Class org.springframework.beans.factory.access.BootstrapException extends FatalBeanException implements Serializable


Package org.springframework.beans.factory.support

Class org.springframework.beans.factory.support.BeanDefinitionValidationException extends FatalBeanException implements Serializable

Class org.springframework.beans.factory.support.ManagedList extends java.util.ArrayList implements Serializable

Class org.springframework.beans.factory.support.ManagedMap extends java.util.HashMap implements Serializable

Class org.springframework.beans.factory.support.ManagedSet extends java.util.HashSet implements Serializable


Package org.springframework.beans.support

Class org.springframework.beans.support.MutableSortDefinition extends java.lang.Object implements Serializable

Serialized Fields

property

java.lang.String property

ignoreCase

boolean ignoreCase

ascending

boolean ascending

toggleAscendingOnProperty

boolean toggleAscendingOnProperty

Class org.springframework.beans.support.PagedListHolder extends java.lang.Object implements Serializable

Serialized Fields

source

java.util.List source

refreshDate

java.util.Date refreshDate

sort

SortDefinition sort

sortUsed

SortDefinition sortUsed

pageSize

int pageSize

page

int page

maxLinkedPages

int maxLinkedPages

Class org.springframework.beans.support.RefreshablePagedListHolder extends PagedListHolder implements Serializable

Serialized Fields

sourceProvider

PagedListSourceProvider sourceProvider

locale

java.util.Locale locale

localeUsed

java.util.Locale localeUsed

filter

java.lang.Object filter

filterUsed

java.lang.Object filterUsed


Package org.springframework.context

Class org.springframework.context.ApplicationContextException extends FatalBeanException implements Serializable

Class org.springframework.context.ApplicationEvent extends java.util.EventObject implements Serializable

Serialized Fields

timestamp

long timestamp
System time when the event happened

Class org.springframework.context.NoSuchMessageException extends java.lang.RuntimeException implements Serializable


Package org.springframework.context.event

Class org.springframework.context.event.ContextClosedEvent extends ApplicationEvent implements Serializable

Class org.springframework.context.event.ContextRefreshedEvent extends ApplicationEvent implements Serializable


Package org.springframework.context.support

Class org.springframework.context.support.DefaultMessageSourceResolvable extends java.lang.Object implements Serializable

Serialized Fields

codes

java.lang.String[] codes

arguments

java.lang.Object[] arguments

defaultMessage

java.lang.String defaultMessage


Package org.springframework.core

Class org.springframework.core.ConstantException extends java.lang.IllegalArgumentException implements Serializable

Class org.springframework.core.NestedCheckedException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Root cause of this nested exception

Class org.springframework.core.NestedRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Root cause of this nested exception


Package org.springframework.dao

Class org.springframework.dao.CleanupFailureDataAccessException extends DataAccessException implements Serializable

Class org.springframework.dao.DataAccessException extends NestedRuntimeException implements Serializable

Class org.springframework.dao.DataAccessResourceFailureException extends DataAccessException implements Serializable

Class org.springframework.dao.DataIntegrityViolationException extends DataAccessException implements Serializable

Class org.springframework.dao.DataRetrievalFailureException extends DataAccessException implements Serializable

Class org.springframework.dao.DeadlockLoserDataAccessException extends DataAccessException implements Serializable

Class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.dao.InvalidDataAccessApiUsageException extends DataAccessException implements Serializable

Class org.springframework.dao.InvalidDataAccessResourceUsageException extends DataAccessException implements Serializable

Class org.springframework.dao.OptimisticLockingFailureException extends DataAccessException implements Serializable

Class org.springframework.dao.TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.dao.UncategorizedDataAccessException extends DataAccessException implements Serializable


Package org.springframework.ejb.support

Class org.springframework.ejb.support.AbstractJmsMessageDrivenBean extends AbstractMessageDrivenBean implements Serializable

Class org.springframework.ejb.support.AbstractMessageDrivenBean extends org.springframework.ejb.support.AbstractEnterpriseBean implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

messageDrivenContext

javax.ejb.MessageDrivenContext messageDrivenContext

Class org.springframework.ejb.support.AbstractStatefulSessionBean extends org.springframework.ejb.support.AbstractSessionBean implements Serializable

Class org.springframework.ejb.support.AbstractStatelessSessionBean extends org.springframework.ejb.support.AbstractSessionBean implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger


Package org.springframework.jdbc

Class org.springframework.jdbc.BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable

Serialized Fields

ex

java.sql.SQLException ex
Root cause: underlying JDBC exception.


sql

java.lang.String sql
The offending SQL.

Class org.springframework.jdbc.CannotCloseJdbcConnectionException extends CleanupFailureDataAccessException implements Serializable

Class org.springframework.jdbc.CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements Serializable

Class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectUpdateSemanticsDataAccessException implements Serializable

Serialized Fields

expected

int expected
Number of rows that should have been affected


actual

int actual
Number of rows that actually were affected

Class org.springframework.jdbc.SQLWarningException extends UncategorizedDataAccessException implements Serializable

Class org.springframework.jdbc.UncategorizedSQLException extends UncategorizedDataAccessException implements Serializable

Serialized Fields

sql

java.lang.String sql
SQL that led to the problem


Package org.springframework.mail

Class org.springframework.mail.MailAuthenticationException extends MailException implements Serializable

Class org.springframework.mail.MailException extends NestedRuntimeException implements Serializable

Class org.springframework.mail.MailParseException extends MailException implements Serializable

Class org.springframework.mail.MailSendException extends MailException implements Serializable

Serialized Fields

failedMessages

java.util.Map failedMessages


Package org.springframework.metadata

Class org.springframework.metadata.AttributeException extends NestedRuntimeException implements Serializable


Package org.springframework.orm

Class org.springframework.orm.ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException implements Serializable

Serialized Fields

persistentClass

java.lang.Class persistentClass

identifier

java.lang.Object identifier

Class org.springframework.orm.ObjectRetrievalFailureException extends DataRetrievalFailureException implements Serializable

Serialized Fields

persistentClass

java.lang.Class persistentClass

identifier

java.lang.Object identifier


Package org.springframework.orm.hibernate

Class org.springframework.orm.hibernate.HibernateJdbcException extends UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.hibernate.HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.orm.hibernate.HibernateSystemException extends UncategorizedDataAccessException implements Serializable


Package org.springframework.orm.jdo

Class org.springframework.orm.jdo.JdoSystemException extends UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.jdo.JdoUsageException extends InvalidDataAccessApiUsageException implements Serializable


Package org.springframework.remoting

Class org.springframework.remoting.RemoteAccessException extends NestedRuntimeException implements Serializable


Package org.springframework.remoting.support

Class org.springframework.remoting.support.RemoteInvocation extends java.lang.Object implements Serializable

Serialized Fields

methodName

java.lang.String methodName

parameterTypes

java.lang.Class[] parameterTypes

arguments

java.lang.Object[] arguments


Package org.springframework.scheduling.quartz

Class org.springframework.scheduling.quartz.CronTriggerBean extends org.quartz.CronTrigger implements Serializable

Serialized Fields

jobDetail

org.quartz.JobDetail jobDetail

beanName

java.lang.String beanName

Class org.springframework.scheduling.quartz.JobDetailBean extends org.quartz.JobDetail implements Serializable

Serialized Fields

beanName

java.lang.String beanName

Class org.springframework.scheduling.quartz.SimpleTriggerBean extends org.quartz.SimpleTrigger implements Serializable

Serialized Fields

jobDetail

org.quartz.JobDetail jobDetail

startDelay

long startDelay

beanName

java.lang.String beanName


Package org.springframework.scheduling.timer

Class org.springframework.scheduling.timer.TimerTaskExecutionException extends NestedRuntimeException implements Serializable


Package org.springframework.transaction

Class org.springframework.transaction.CannotCreateTransactionException extends TransactionException implements Serializable

Class org.springframework.transaction.HeuristicCompletionException extends TransactionException implements Serializable

Serialized Fields

outcomeState

int outcomeState
The outcome state of the transaction: have some or all resources been committed?

Class org.springframework.transaction.IllegalTransactionStateException extends CannotCreateTransactionException implements Serializable

Class org.springframework.transaction.InvalidIsolationLevelException extends TransactionUsageException implements Serializable

Class org.springframework.transaction.InvalidTimeoutException extends TransactionUsageException implements Serializable

Serialized Fields

timeout

int timeout

Class org.springframework.transaction.NoTransactionException extends TransactionUsageException implements Serializable

Class org.springframework.transaction.TransactionException extends NestedRuntimeException implements Serializable

Class org.springframework.transaction.TransactionSystemException extends TransactionException implements Serializable

Class org.springframework.transaction.TransactionUsageException extends TransactionException implements Serializable

Class org.springframework.transaction.UnexpectedRollbackException extends TransactionException implements Serializable


Package org.springframework.validation

Class org.springframework.validation.BindException extends java.lang.Exception implements Serializable

Serialized Fields

errors

java.util.List errors

beanWrapper

BeanWrapper beanWrapper

objectName

java.lang.String objectName

nestedPath

java.lang.String nestedPath

Class org.springframework.validation.FieldError extends ObjectError implements Serializable

Serialized Fields

field

java.lang.String field

rejectedValue

java.lang.Object rejectedValue

bindingFailure

boolean bindingFailure

Class org.springframework.validation.ObjectError extends DefaultMessageSourceResolvable implements Serializable

Serialized Fields

objectName

java.lang.String objectName


Package org.springframework.web.bind

Class org.springframework.web.bind.ServletRequestBindingException extends javax.servlet.ServletException implements Serializable


Package org.springframework.web.context

Class org.springframework.web.context.ContextLoaderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

contextLoader

ContextLoader contextLoader


Package org.springframework.web.context.support

Class org.springframework.web.context.support.RequestHandledEvent extends ApplicationEvent implements Serializable

Serialized Fields

url

java.lang.String url

timeMillis

long timeMillis

ipAddress

java.lang.String ipAddress

method

java.lang.String method
Usually GET or POST


servletName

java.lang.String servletName
Name of the servlet that handled this request is available


failureCause

java.lang.Throwable failureCause


Package org.springframework.web.multipart

Class org.springframework.web.multipart.MultipartException extends javax.servlet.ServletException implements Serializable


Package org.springframework.web.servlet

Class org.springframework.web.servlet.DispatcherServlet extends FrameworkServlet implements Serializable

Serialized Fields

pageNotFoundLogger

org.apache.commons.logging.Log pageNotFoundLogger
Additional logger for use when no mapping handlers are found for a request.


multipartResolver

MultipartResolver multipartResolver
MultipartResolver used by this servlet


localeResolver

LocaleResolver localeResolver
LocaleResolver used by this servlet


themeResolver

ThemeResolver themeResolver
ThemeResolver used by this servlet


handlerMappings

java.util.List handlerMappings
List of HandlerMappings used by this servlet


handlerAdapters

java.util.List handlerAdapters
List of HandlerAdapters used by this servlet


handlerExceptionResolvers

java.util.List handlerExceptionResolvers
List of HandlerExceptionResolvers used by this servlet


viewResolver

ViewResolver viewResolver
ViewResolver used by this servlet

Class org.springframework.web.servlet.FrameworkServlet extends HttpServletBean implements Serializable

Serialized Fields

contextClass

java.lang.Class contextClass
Custom context class


namespace

java.lang.String namespace
Namespace for this servlet


contextConfigLocation

java.lang.String contextConfigLocation
Explicit context config location


publishContext

boolean publishContext
Should we publish the context as a ServletContext attribute?


webApplicationContext

WebApplicationContext webApplicationContext
WebApplicationContext for this servlet

Class org.springframework.web.servlet.HttpServletBean extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

requiredProperties

java.util.List requiredProperties
List of required properties (Strings) that must be supplied as config parameters to this servlet.

Class org.springframework.web.servlet.ModelAndViewDefiningException extends javax.servlet.ServletException implements Serializable

Serialized Fields

modelAndView

ModelAndView modelAndView

Class org.springframework.web.servlet.ResourceServlet extends HttpServletBean implements Serializable

Serialized Fields

defaultUrl

java.lang.String defaultUrl
URL within the current web application from which to include content if the requested path isn't found.


Package org.springframework.web.servlet.mvc

Class org.springframework.web.servlet.mvc.SessionRequiredException extends javax.servlet.ServletException implements Serializable


Package org.springframework.web.servlet.mvc.multiaction

Class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException extends javax.servlet.ServletException implements Serializable

Serialized Fields

name

java.lang.String name


Package org.springframework.web.servlet.tags

Class org.springframework.web.servlet.tags.BindErrorsTag extends RequestContextAwareTag implements Serializable

Serialized Fields

name

java.lang.String name

Class org.springframework.web.servlet.tags.BindTag extends RequestContextAwareTag implements Serializable

Serialized Fields

path

java.lang.String path

property

java.lang.String property

errors

Errors errors

editor

java.beans.PropertyEditor editor

Class org.springframework.web.servlet.tags.HtmlEscapeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

defaultHtmlEscape

java.lang.String defaultHtmlEscape

Class org.springframework.web.servlet.tags.MessageTag extends RequestContextAwareTag implements Serializable

Serialized Fields

code

java.lang.String code

text

java.lang.String text

var

java.lang.String var

scope

java.lang.String scope

Class org.springframework.web.servlet.tags.RequestContextAwareTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

htmlEscape

java.lang.String htmlEscape

requestContext

RequestContext requestContext

Class org.springframework.web.servlet.tags.ThemeTag extends MessageTag implements Serializable

Class org.springframework.web.servlet.tags.TransformTag extends RequestContextAwareTag implements Serializable

Serialized Fields

value

java.lang.String value
the value to transform using the appropriate property editor


var

java.lang.String var
the variable to put the result in


scope

java.lang.String scope
the scope of the variable the result will be put in


Package org.springframework.web.servlet.view.xslt

Class org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException extends NestedRuntimeException implements Serializable


Package org.springframework.web.util

Class org.springframework.web.util.Log4jConfigServlet extends javax.servlet.http.HttpServlet implements Serializable



Copyright (C) 2003-2004 The Spring Framework Project.