Library:Spring
Version:1.2.8
Compatibility:JDK 1.5
Exceptions in library Spring.
NamePackageDescription
AopConfigExceptionorg.springframework.aop.frameworkException that gets thrown on illegal AOP configuration arguments.
ApplicationContextExceptionorg.springframework.contextException thrown during application context initialization.
BadSqlGrammarExceptionorg.springframework.jdbcException thrown when SQL specified is invalid.
BeanCreationExceptionorg.springframework.beans.factoryException thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCurrentlyInCreationExceptionorg.springframework.beans.factoryException thrown in case of a reference to a bean that's currently in creation.
BeanDefinitionStoreExceptionorg.springframework.beans.factoryException thrown when a BeanFactory encounters an internal error, and its definitions are invalid: for example, if an XML document containing bean definitions isn't well-formed.
BeanDefinitionValidationExceptionorg.springframework.beans.factory.supportException thrown when the validation of a bean definition failed.
BeanInitializationExceptionorg.springframework.beans.factoryException that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInstantiationExceptionorg.springframework.beansException thrown when instantiation of a bean failed.
BeanIsAbstractExceptionorg.springframework.beans.factoryException thrown when a bean instance has been requested for a bean which has been defined as abstract
BeanIsNotAFactoryExceptionorg.springframework.beans.factoryException thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
BeanNotOfRequiredTypeExceptionorg.springframework.beans.factoryThrown when a bean doesn't match the required type.
BeansExceptionorg.springframework.beansAbstract superclass for all exceptions thrown in the beans package and subpackages.
BindExceptionorg.springframework.validationDefault implementation of the Errors interface, supporting registration and evaluation of binding errors.
BootstrapExceptionorg.springframework.beans.factory.accessException thrown if a bean factory could not be loaded by a bootstrap class.
CannotAcquireLockExceptionorg.springframework.daoException thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
CannotCreateRecordExceptionorg.springframework.jca.cciException thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateTransactionExceptionorg.springframework.transactionException thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotGetCciConnectionExceptionorg.springframework.jca.cciFatal exception thrown when we can't connect to an EIS using CCI.
CannotGetJdbcConnectionExceptionorg.springframework.jdbcFatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotSerializeTransactionExceptionorg.springframework.daoException thrown on failure to complete a transaction in serialized mode due to update conflicts.
CciOperationNotSupportedExceptionorg.springframework.jca.cciException thrown when the connector doesn't support a specific CCI operation.
CleanupFailureDataAccessExceptionorg.springframework.daoException thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
ConcurrencyFailureExceptionorg.springframework.daoException thrown on concurrency failure.
ConnectorServerFactoryBean.DelayedConnectorStartExceptionorg.springframework.jmx.supportException to be thrown if the JMX connector server cannot be started (in a concurrent thread).
ConstantExceptionorg.springframework.coreException thrown when the Constants class is asked for an invalid constant name.
DataAccessExceptionorg.springframework.daoRoot of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
DataAccessResourceFailureExceptionorg.springframework.daoData access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
DataIntegrityViolationExceptionorg.springframework.daoException thrown when an attempt to insert or update data results in violation of an integrity constraint.
DataRetrievalFailureExceptionorg.springframework.daoException thrown if certain expected data could not be retrieved, e.g.
DeadlockLoserDataAccessExceptionorg.springframework.daoGeneric exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DestinationResolutionExceptionorg.springframework.jms.support.destinationThrown by DestinationResolver when it cannot resolve a destination name.
FactoryBeanNotInitializedExceptionorg.springframework.beans.factoryException thrown if a FactoryBean is not fully initialized, for example because it is involved in a circular reference.
FatalBeanExceptionorg.springframework.beansThrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
FormatHelper.XsltFormattingExceptionorg.springframework.web.servlet.view.xsltXsltFormattingException
HeuristicCompletionExceptionorg.springframework.transactionException that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HibernateJdbcExceptionorg.springframework.orm.hibernateHibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate rethrew.
HibernateJdbcExceptionorg.springframework.orm.hibernate3Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate rethrew.
HibernateObjectRetrievalFailureExceptionorg.springframework.orm.hibernateHibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureExceptionorg.springframework.orm.hibernate3Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateOptimisticLockingFailureExceptionorg.springframework.orm.hibernateHibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureExceptionorg.springframework.orm.hibernate3Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateQueryExceptionorg.springframework.orm.hibernateHibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryExceptionorg.springframework.orm.hibernate3Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateSystemExceptionorg.springframework.orm.hibernateHibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemExceptionorg.springframework.orm.hibernate3Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
IllegalStateExceptionorg.springframework.jmsRuntime exception mirroring the JMS IllegalStateException.
IllegalTransactionStateExceptionorg.springframework.transactionException thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IncorrectResultSizeDataAccessExceptionorg.springframework.daoData access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
IncorrectUpdateSemanticsDataAccessExceptionorg.springframework.daoData access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
InvalidClientIDExceptionorg.springframework.jmsRuntime exception mirroring the JMS InvalidClientIDException.
InvalidDataAccessApiUsageExceptionorg.springframework.daoException thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
InvalidDataAccessResourceUsageExceptionorg.springframework.daoRoot for exceptions thrown when we use a data access resource incorrectly.
InvalidDestinationExceptionorg.springframework.jmsRuntime exception mirroring the JMS InvalidDestinationException.
InvalidInvocationExceptionorg.springframework.jmx.accessThrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface.
InvalidIsolationLevelExceptionorg.springframework.transactionException that gets thrown when an invalid isolation level is specified, i.e.
InvalidMetadataExceptionorg.springframework.jmx.export.metadataThrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidPropertyExceptionorg.springframework.beansException thrown when referring to an invalid bean property.
InvalidResultSetAccessExceptionorg.springframework.jdbcException thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessExceptionorg.springframework.jca.cciException thrown when a ResultSet has been accessed in an invalid fashion.
InvalidSelectorExceptionorg.springframework.jmsRuntime exception mirroring the JMS InvalidSelectorException.
InvalidTimeoutExceptionorg.springframework.transactionException that gets thrown when an invalid timeout is specified, i.e.
InvocationFailureExceptionorg.springframework.jmx.accessThrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface.
JdbcUpdateAffectedIncorrectNumberOfRowsExceptionorg.springframework.jdbcException thrown when a JDBC update affects an unexpected number of rows.
JdoObjectRetrievalFailureExceptionorg.springframework.orm.jdoJDO-specific subclass of ObjectRetrievalFailureException.
JdoOptimisticLockingFailureExceptionorg.springframework.orm.jdoJDO-specific subclass of ObjectOptimisticLockingFailureException.
JdoResourceFailureExceptionorg.springframework.orm.jdoJDO-specific subclass of DataAccessResourceFailureException.
JdoSystemExceptionorg.springframework.orm.jdoJDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concrete org.springframework.dao exceptions.
JdoUsageExceptionorg.springframework.orm.jdoJDO-specific subclass of InvalidDataAccessApiUsageException.
JmsExceptionorg.springframework.jmsBase class for exception thrown by the framework whenever it encounters a problem related to JMS.
JmsSecurityExceptionorg.springframework.jmsRuntime exception mirroring the JMS JMSSecurityException.
LobRetrievalFailureExceptionorg.springframework.jdbcException to be thrown when a LOB could not be retrieved.
MailAuthenticationExceptionorg.springframework.mailException thrown on failed authentication.
MailExceptionorg.springframework.mailBase class for all mail exceptions.
MailParseExceptionorg.springframework.mailException thrown if illegal message properties are encountered.
MailPreparationExceptionorg.springframework.mailException to be thrown by user code if a mail cannot be prepared properly, for example when a Velocity template cannot be rendered for the mail text.
MailSendExceptionorg.springframework.mailException thrown when a mail sending error is encountered.
MaxUploadSizeExceededExceptionorg.springframework.web.multipartMultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MBeanInfoRetrievalExceptionorg.springframework.jmx.accessThrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanServerNotFoundExceptionorg.springframework.jmxThrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MessageConversionExceptionorg.springframework.jms.support.converterThrown by MessageConverter when it can not convert an object to/from a JMS message.
MessageEOFExceptionorg.springframework.jmsRuntime exception mirroring the JMS MessageEOFException.
MessageFormatExceptionorg.springframework.jmsRuntime exception mirroring the JMS MessageFormatException.
MessageNotReadableExceptionorg.springframework.jmsRuntime exception mirroring the JMS MessageNotReadableException.
MessageNotWriteableExceptionorg.springframework.jmsRuntime exception mirroring the JMS MessageNotWriteableException.
MetaDataAccessExceptionorg.springframework.jdbc.supportException indicating that something went wrong during JDBC metadata lookup.
MethodInvocationExceptionorg.springframework.beansThrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
ModelAndViewDefiningExceptionorg.springframework.web.servletException to be thrown on error conditions that should forward to a specific view with a specific model.
MultipartExceptionorg.springframework.web.multipartException thrown on multipart resolution.
NestedCheckedExceptionorg.springframework.coreHandy class for wrapping checked Exceptions with a root cause.
NestedRuntimeExceptionorg.springframework.coreHandy class for wrapping runtime Exceptions with a root cause.
NestedServletExceptionorg.springframework.web.utilSubclass of ServletException that properly handles a root cause in terms of message and stacktrace, just like NestedChecked/RuntimeException does.
NestedTransactionNotSupportedExceptionorg.springframework.transactionException thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
NoSuchBeanDefinitionExceptionorg.springframework.beans.factoryException thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
NoSuchMessageExceptionorg.springframework.contextException thrown when a message can't be resolved.
NoSuchRequestHandlingMethodExceptionorg.springframework.web.servlet.mvc.multiactionException thrown when there's no request handling method for a request.
NoTransactionExceptionorg.springframework.transactionException thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NotReadablePropertyExceptionorg.springframework.beansException thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
NotWritablePropertyExceptionorg.springframework.beansException thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
NullValueInNestedPathExceptionorg.springframework.beansException thrown when navigation of a valid nested property path encounters a NullPointerException.
ObjectOptimisticLockingFailureExceptionorg.springframework.ormException thrown on an optimistic locking violation for a mapped object.
ObjectRetrievalFailureExceptionorg.springframework.ormException thrown if a mapped object could not be retrieved via its identifier.
OjbOperationExceptionorg.springframework.orm.ojbGeneric exception thrown on OJB operation failure without SQLException cause.
OptimisticLockingFailureExceptionorg.springframework.daoException thrown on an optimistic locking violation.
PessimisticLockingFailureExceptionorg.springframework.daoException thrown on a pessimistic locking violation.
PropertyAccessExceptionorg.springframework.beansSuperclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessExceptionsExceptionorg.springframework.beansCombined exception, composed of individual binding propertyAccessExceptions.
RecordTypeNotSupportedExceptionorg.springframework.jca.cciException thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.
RemoteAccessExceptionorg.springframework.remotingGeneric remote access exception.
RemoteConnectFailureExceptionorg.springframework.remotingRemoteAccessException subclass to be thrown when no connection could be established with a remote service.
RemoteLookupFailureExceptionorg.springframework.remotingRemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
RemoteProxyFailureExceptionorg.springframework.remotingRemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method is not found on the underlying stub.
RequestMethodNotSupportedExceptionorg.springframework.web.servlet.supportException thrown when a web content generator does not support a specific request method.
ResourceAllocationExceptionorg.springframework.jmsRuntime exception mirroring the JMS ResourceAllocationException.
ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationExceptionorg.springframework.scheduling.quartzException to be thrown if a resource cannot be loaded.
SchedulerFactoryBean.DelayedSchedulerStartExceptionorg.springframework.scheduling.quartzException to be thrown if the Quartz scheduler cannot be started after the specified delay has passed.
ServletRequestBindingExceptionorg.springframework.web.bindFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
SessionRequiredExceptionorg.springframework.web.servlet.supportException thrown when a handler requires a pre-existing session or specific pre-existing state in the session.
SQLWarningExceptionorg.springframework.jdbcException thrown when we're not ignoring warnings.
TopLinkJdbcExceptionorg.springframework.orm.toplinkTopLink-specific subclass of DataAccessException, for JDBC exceptions that TopLink rethrew.
TopLinkOptimisticLockingFailureExceptionorg.springframework.orm.toplinkTopLink-specific subclass of ObjectOptimisticLockingFailureException.
TopLinkQueryExceptionorg.springframework.orm.toplinkTopLink-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid TopLik query syntax or behavior.
TopLinkSystemExceptionorg.springframework.orm.toplinkTopLink-specific subclass of UncategorizedDataAccessException, for TopLink system errors that do not match any concrete org.springframework.dao exceptions.
TransactionExceptionorg.springframework.transactionSuperclass for all transaction exceptions.
TransactionInProgressExceptionorg.springframework.jmsRuntime exception mirroring the JMS TransactionInProgressException.
TransactionRolledBackExceptionorg.springframework.jmsRuntime exception mirroring the JMS TransactionRolledBackException.
TransactionSuspensionNotSupportedExceptionorg.springframework.transactionException thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSystemExceptionorg.springframework.transactionException thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionTimedOutExceptionorg.springframework.transactionException to be thrown when a transaction has timed out.
TransactionUsageExceptionorg.springframework.transactionSuperclass for exceptions caused by inappropriate usage of a Spring transaction API.
TypeMismatchDataAccessExceptionorg.springframework.daoException thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchExceptionorg.springframework.beansException thrown on a type mismatch when trying to set a bean property.
TypeMismatchNamingExceptionorg.springframework.jndiException thrown if a type mismatch is encountered for an object located in a JNDI environment.
UncategorizedDataAccessExceptionorg.springframework.daoNormal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.
UncategorizedJmsExceptionorg.springframework.jmsJmsException to be thrown when no other matching subclass found.
UncategorizedSQLExceptionorg.springframework.jdbcException thrown when we can't classify a SQLException into one of our generic data access exceptions.
UnexpectedRollbackExceptionorg.springframework.transactionThrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnknownAdviceTypeExceptionorg.springframework.aop.framework.adapterException thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnsatisfiedDependencyExceptionorg.springframework.beans.factoryException thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
Search