Library:Spring
Version:2.0.6
Compatibility:JDK 1.5
Exceptions in library Spring.
NamePackageDescription
AbstractJmsListeningContainer.SharedConnectionNotInitializedExceptionorg.springframework.jms.listenerException that indicates that the initial setup of this container's shared JMS Connection failed.
AopConfigExceptionorg.springframework.aop.frameworkException that gets thrown on illegal AOP configuration arguments.
AopInvocationExceptionorg.springframework.aopException that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
ApplicationContextExceptionorg.springframework.contextException thrown during application context initialization.
AspectJAdviceParameterNameDiscoverer.AmbiguousBindingExceptionorg.springframework.aop.aspectjThrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.
AutoPopulatingList.ElementInstantiationExceptionorg.springframework.utilException to be thrown from ElementFactory.
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.
BeanCreationNotAllowedExceptionorg.springframework.beans.factoryException thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).
BeanCurrentlyInCreationExceptionorg.springframework.beans.factoryException thrown in case of a reference to a bean that's currently in creation.
BeanDefinitionParsingExceptionorg.springframework.beans.factory.parsingException thrown when a bean definition reader encounters an error during the parsing process.
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 expected type.
BeansExceptionorg.springframework.beansAbstract superclass for all exceptions thrown in the beans package and subpackages.
BindExceptionorg.springframework.validationThrown when binding errors are considered fatal.
BootstrapExceptionorg.springframework.beans.factory.accessException thrown if a bean factory could not be loaded by a bootstrap class.
BshScriptUtils.BshExecutionExceptionorg.springframework.scripting.bshException to be thrown on script execution failure.
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.
CannotLoadBeanClassExceptionorg.springframework.beans.factoryException thrown when the BeanFactory cannot load the specified class of a given bean.
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.
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.
DataSourceLookupFailureExceptionorg.springframework.jdbc.datasource.lookupException to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
DeadlockLoserDataAccessExceptionorg.springframework.daoGeneric exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DestinationResolutionExceptionorg.springframework.jms.support.destinationThrown by a DestinationResolver when it cannot resolve a destination name.
EjbAccessExceptionorg.springframework.ejb.accessException that gets thrown when an EJB stub cannot be accessed properly.
EmptyResultDataAccessExceptionorg.springframework.daoData access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
FactoryBeanNotInitializedExceptionorg.springframework.beans.factoryException to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, 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. bad class or field.
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.
HttpRequestMethodNotSupportedExceptionorg.springframework.webException thrown when a request handler does not support a specific request method.
HttpSessionRequiredExceptionorg.springframework.webException thrown when an HTTP request handler requires a pre-existing session.
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.
IncorrectResultSetColumnCountExceptionorg.springframework.jdbcData access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
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. an isolation level that the transaction manager implementation doesn't support.
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, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
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.
JmxExceptionorg.springframework.jmxGeneral base exception to be thrown on JMX errors.
JndiLookupFailureExceptionorg.springframework.jndiRuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checked NamingException : for example, from Spring's JndiObjectTargetSource .
JpaObjectRetrievalFailureExceptionorg.springframework.orm.jpaJPA-specific subclass of ObjectRetrievalFailureException.
JpaOptimisticLockingFailureExceptionorg.springframework.orm.jpaJPA-specific subclass of ObjectOptimisticLockingFailureException.
JpaSystemExceptionorg.springframework.orm.jpaJPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
JRubyScriptUtils.JRubyExecutionExceptionorg.springframework.scripting.jrubyException thrown in response to a JRuby RaiseException being thrown from a JRuby method invocation.
ListenerExecutionFailedExceptionorg.springframework.jms.listener.adapterException to be thrown when the execution of a listener method failed.
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.
MBeanExportExceptionorg.springframework.jmx.exportException thrown in case of failure when exporting an MBean.
MBeanInfoRetrievalExceptionorg.springframework.jmx.accessThrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanServerNotFoundExceptionorg.springframework.jmxException thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MessageConversionExceptionorg.springframework.jms.support.converterThrown by MessageConverter implementations when the conversion of an object to/from a Message fails.
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.
MissingPortletRequestParameterExceptionorg.springframework.web.portlet.bindPortletRequestBindingException subclass that indicates a missing parameter.
MissingServletRequestParameterExceptionorg.springframework.web.bindServletRequestBindingException subclass that indicates a missing parameter.
ModelAndViewDefiningExceptionorg.springframework.web.portletException to be thrown on error conditions that should forward to a specific view with a specific model.
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.
NestedIOExceptionorg.springframework.coreSubclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
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.
NotAnAtAspectExceptionorg.springframework.aop.aspectj.annotationExtension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.
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.
OptimisticLockingFailureExceptionorg.springframework.daoException thrown on an optimistic locking violation.
PermissionDeniedDataAccessExceptionorg.springframework.daoException thrown when the underlying resource denied a permission to access a specific element, such as a specific database table.
PessimisticLockingFailureExceptionorg.springframework.daoException thrown on a pessimistic locking violation.
PortletRequestBindingExceptionorg.springframework.web.portlet.bindFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
PortletSessionRequiredExceptionorg.springframework.web.portlet.handlerException thrown when a portlet content generator requires a pre-existing session.
PropertyAccessExceptionorg.springframework.beansSuperclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyBatchUpdateExceptionorg.springframework.beansCombined exception, composed of individual PropertyAccessException instances.
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.
ResourceAllocationExceptionorg.springframework.jmsRuntime exception mirroring the JMS ResourceAllocationException.
SchedulingExceptionorg.springframework.schedulingGeneral exception to be thrown on scheduling failures, such as the scheduler already having shut down.
ScriptCompilationExceptionorg.springframework.scriptingException to be thrown on script compilation failure.
ServletRequestBindingExceptionorg.springframework.web.bindFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
SQLWarningExceptionorg.springframework.jdbcException thrown when we're not ignoring SQLWarnings .
SynchedLocalTransactionFailedExceptionorg.springframework.jms.connectionException thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).
TaskRejectedExceptionorg.springframework.core.taskException thrown when a TaskExecutor rejects to accept a given task for execution.
TaskTimeoutExceptionorg.springframework.core.taskException thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
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 TopLink 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.
UnableToRegisterMBeanExceptionorg.springframework.jmx.exportException thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToSendNotificationExceptionorg.springframework.jmx.export.notificationThrown when a JMX Notification is unable to be sent.
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.
XmlBeanDefinitionStoreExceptionorg.springframework.beans.factory.xmlXML-specific BeanDefinitionStoreException subclass that wraps a SAXException , typically a SAXParseException which contains information about the error location.
Search