Uses of Class
org.springframework.core.NestedRuntimeException

Packages that use NestedRuntimeException
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container. 
org.springframework.beans.factory.access Helper infrastructure to locate and access bean factories. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. 
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. 
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors. 
org.springframework.mail Spring's generic mail infrastructure. 
org.springframework.metadata Package defining a facade for accessing source-level metadata attributes at runtime. 
org.springframework.orm Root package for Spring's O/R Mapping integration classes. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
org.springframework.remoting Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system. 
org.springframework.scheduling.timer Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
org.springframework.transaction Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Uses of NestedRuntimeException in org.springframework.aop.framework
 

Subclasses of NestedRuntimeException in org.springframework.aop.framework
 class AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

Uses of NestedRuntimeException in org.springframework.aop.framework.adapter
 

Subclasses of NestedRuntimeException in org.springframework.aop.framework.adapter
 class UnknownAdviceTypeException
          Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
 

Uses of NestedRuntimeException in org.springframework.beans
 

Subclasses of NestedRuntimeException in org.springframework.beans
 class BeansException
          Abstract superclass for all exceptions thrown in the beans package and subpackages.
 class FatalBeanException
          Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
 class MethodInvocationException
          Thrown when a method getter or setter throws an exception, analogous to an InvocationTargetException.
 class NotWritablePropertyException
          Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
 class NullValueInNestedPathException
          Exception thrown when navigation of a valid nested property path encounters a null pointer exception.
 class PropertyAccessException
          Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
 class PropertyAccessExceptionsException
          Combined exception, composed of individual binding propertyAccessExceptions.
 class TypeMismatchException
          Exception thrown on a type mismatch when trying to set a property.
 

Uses of NestedRuntimeException in org.springframework.beans.factory
 

Subclasses of NestedRuntimeException in org.springframework.beans.factory
 class BeanCreationException
          Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
 class BeanDefinitionStoreException
          Exception 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.
 class BeanInitializationException
          Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
 class BeanIsNotAFactoryException
          Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
 class BeanNotOfRequiredTypeException
          Thrown when a bean doesn't match the required type.
 class FactoryBeanCircularReferenceException
          Exception thrown if a FactoryBean is involved in a circular reference.
 class NoSuchBeanDefinitionException
          Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
 class UnsatisfiedDependencyException
          Exception 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.
 

Uses of NestedRuntimeException in org.springframework.beans.factory.access
 

Subclasses of NestedRuntimeException in org.springframework.beans.factory.access
 class BootstrapException
          Exception thrown if a bean factory could not be loaded by a bootstrap class.
 

Uses of NestedRuntimeException in org.springframework.beans.factory.support
 

Subclasses of NestedRuntimeException in org.springframework.beans.factory.support
 class BeanDefinitionValidationException
          Exception thrown when the validation of a bean definition failed.
 

Uses of NestedRuntimeException in org.springframework.context
 

Subclasses of NestedRuntimeException in org.springframework.context
 class ApplicationContextException
          Exception thrown during application context initialization.
 

Uses of NestedRuntimeException in org.springframework.dao
 

Subclasses of NestedRuntimeException in org.springframework.dao
 class CleanupFailureDataAccessException
          Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
 class DataAccessException
          Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
 class DataAccessResourceFailureException
          Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
 class DataIntegrityViolationException
          Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
 class DataRetrievalFailureException
          Exception thrown if certain expected data could not be retrieved, e.g.
 class DeadlockLoserDataAccessException
          Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
 class IncorrectUpdateSemanticsDataAccessException
          Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
 class InvalidDataAccessApiUsageException
          Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
 class InvalidDataAccessResourceUsageException
          Root for exceptions thrown when we use a data access resource incorrectly.
 class OptimisticLockingFailureException
          Exception thrown on an optimistic locking violation.
 class TypeMismatchDataAccessException
          Exception 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.
 class UncategorizedDataAccessException
          Normal 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.
 

Uses of NestedRuntimeException in org.springframework.jdbc
 

Subclasses of NestedRuntimeException in org.springframework.jdbc
 class BadSqlGrammarException
          Exception thrown when SQL specified is invalid.
 class CannotCloseJdbcConnectionException
          Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection.
 class CannotGetJdbcConnectionException
          Fatal exception thrown when we can't connect to an RDBMS using JDBC.
 class JdbcUpdateAffectedIncorrectNumberOfRowsException
          Exception thrown when a JDBC update affects an unexpected number of rows.
 class SQLWarningException
          Exception thrown when we're not ignoring warnings.
 class UncategorizedSQLException
          Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
 

Uses of NestedRuntimeException in org.springframework.mail
 

Subclasses of NestedRuntimeException in org.springframework.mail
 class MailAuthenticationException
          Exception thrown on failed authentication.
 class MailException
          Base class for all mail exceptions.
 class MailParseException
          Exception thrown if illegal message properties are encountered.
 class MailSendException
          Exception thrown when a mail sending error is encountered.
 

Uses of NestedRuntimeException in org.springframework.metadata
 

Subclasses of NestedRuntimeException in org.springframework.metadata
 class AttributeException
          A simple wrapper for exceptions that occur within the metadata package.
 

Uses of NestedRuntimeException in org.springframework.orm
 

Subclasses of NestedRuntimeException in org.springframework.orm
 class ObjectOptimisticLockingFailureException
          Exception thrown on an optimistic locking violation for a mapped object.
 class ObjectRetrievalFailureException
          Exception thrown if a mapped object could not be retrieved via its identifier.
 

Uses of NestedRuntimeException in org.springframework.orm.hibernate
 

Subclasses of NestedRuntimeException in org.springframework.orm.hibernate
 class HibernateJdbcException
          Hibernate-specific subclass of DataAccessException, for JDBC exceptions that Hibernate rethrew.
 class HibernateObjectRetrievalFailureException
          Hibernate-specific subclass of ObjectRetrievalFailureException.
 class HibernateOptimisticLockingFailureException
          Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
 class HibernateQueryException
          Exception thrown on invalid HQL query syntax.
 class HibernateSystemException
          Hibernate-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
 

Uses of NestedRuntimeException in org.springframework.orm.jdo
 

Subclasses of NestedRuntimeException in org.springframework.orm.jdo
 class JdoSystemException
          JDO-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
 class JdoUsageException
          JDO-specific subclass of DataAccessException, for JDO usage exception that do not match any concrete org.springframework.dao exceptions.
 

Uses of NestedRuntimeException in org.springframework.remoting
 

Subclasses of NestedRuntimeException in org.springframework.remoting
 class RemoteAccessException
          Generic remote access exception.
 

Uses of NestedRuntimeException in org.springframework.scheduling.timer
 

Subclasses of NestedRuntimeException in org.springframework.scheduling.timer
 class TimerTaskExecutionException
          RuntimeException to be thrown when a TimerTask implementation encounters a (possibly checked) exception that it wants to rethrow.
 

Uses of NestedRuntimeException in org.springframework.transaction
 

Subclasses of NestedRuntimeException in org.springframework.transaction
 class CannotCreateTransactionException
          Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
 class HeuristicCompletionException
          Exception that represents a transaction failure caused by heuristics.
 class IllegalTransactionStateException
          Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
 class InvalidIsolationLevelException
          Exception that gets thrown when an invalid isolation level is specified, i.e.
 class InvalidTimeoutException
          Exception that gets thrown when an invalid timeout is specified, i.e.
 class NoTransactionException
          Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
 class TransactionException
          Superclass for all transaction exceptions.
 class TransactionSystemException
          Exception thrown when a general transaction system error is encountered, like on commit or rollback.
 class TransactionUsageException
          Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
 class UnexpectedRollbackException
          Thrown when an attempt to commit a transaction resulted in an unexpected rollback
 

Uses of NestedRuntimeException in org.springframework.web.servlet.view.xslt
 

Subclasses of NestedRuntimeException in org.springframework.web.servlet.view.xslt
static class FormatHelper.XsltFormattingException
          XsltFormattingException
 



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