Does anyone know where I can find a list of Spring’s (3.0.x) runtime exceptions? I’m talking about exceptions like DataRetrievalFailureException; there’s a whole set of these runtime exceptions that you can throw.
Does anyone know where I can find a list of Spring’s (3.0.x) runtime exceptions?
Share
Alright, I was able to find them by loading up the source for Spring in my IDE, and seeing all the classes that extend the
NestedRuntimeExceptionabstract class. Keep in mind that some of these are abstract classes themselves, and so you will have to use the appropriate concrete implementation:AopConfigExceptionAopInvocationExceptionApplicationContextExceptionBadSqlGrammarExceptionBeanCreationExceptionBeanCreationNotAllowedExceptionBeanCurrentlyInCreationExceptionBeanDefinitionParsingExceptionBeanDefinitionStoreExceptionBeanDefinitionValidationExceptionBeanExpressionExceptionBeanInitializationExceptionBeanInstantiationExceptionBeanIsAbstractExceptionBeanIsNotAFactoryExceptionBeanNotOfRequiredTypeExceptionBeansExceptionBootstrapExceptionBshScriptUtils.BshExecutionExceptionCannotAcquireLockExceptionCannotCreateRecordExceptionCannotCreateTransactionExceptionCannotGetCciConnectionExceptionCannotGetJdbcConnectionExceptionCannotLoadBeanClassExceptionCannotSerializeTransactionExceptionCciOperationNotSupportedExceptionCleanupFailureDataAccessExceptionConcurrencyFailureExceptionConversionExceptionConversionFailedExceptionConversionNotSupportedExceptionConverterNotFoundExceptionDataAccessExceptionDataAccessResourceFailureExceptionDataIntegrityViolationExceptionDataRetrievalFailureExceptionDataSourceLookupFailureExceptionDeadlockLoserDataAccessExceptionDuplicateKeyExceptionEjbAccessExceptionEmptyResultDataAccessExceptionFactoryBeanNotInitializedExceptionFatalBeanExceptionHandlerMethodInvocationExceptionHeuristicCompletionExceptionHibernateOptimisticLockingFailureExceptionHttpClientErrorExceptionHttpMessageConversionExceptionHttpMessageNotReadableExceptionHttpMessageNotWritableExceptionHttpServerErrorExceptionHttpStatusCodeExceptionIllegalTransactionStateExceptionIncorrectResultSetColumnCountExceptionIncorrectResultSizeDataAccessExceptionIncorrectUpdateSemanticsDataAccessExceptionInvalidDataAccessApiUsageExceptionInvalidDataAccessResourceUsageExceptionInvalidIsolationLevelExceptionInvalidMetadataExceptionInvalidPropertyExceptionInvalidResultSetAccessExceptionInvalidResultSetAccessExceptionInvalidTimeoutExceptionInvocationFailureExceptionJaxRpcSoapFaultExceptionJaxWsSoapFaultExceptionJdbcUpdateAffectedIncorrectNumberOfRowsExceptionJdoOptimisticLockingFailureExceptionJmxExceptionJndiLookupFailureExceptionJobMethodInvocationFailedExceptionJpaOptimisticLockingFailureExceptionJRubyScriptUtils.JRubyExecutionExceptionLobRetrievalFailureExceptionMailAuthenticationExceptionMailExceptionMailParseExceptionMailPreparationExceptionMailSendExceptionMaxUploadSizeExceededExceptionMBeanConnectFailureExceptionMBeanExportExceptionMBeanInfoRetrievalExceptionMBeanServerNotFoundExceptionMessageConversionExceptionMetaDataAccessExceptionMethodInvocationExceptionMultipartExceptionNestedTransactionNotSupportedExceptionNonTransientDataAccessExceptionNonTransientDataAccessResourceExceptionNoSuchBeanDefinitionExceptionNotAnAtAspectExceptionNoTransactionExceptionNotReadablePropertyExceptionNotWritablePropertyExceptionNullValueInNestedPathExceptionObjectOptimisticLockingFailureExceptionOptimisticLockingFailureExceptionPermissionDeniedDataAccessExceptionPessimisticLockingFailureExceptionPropertyAccessExceptionRecordTypeNotSupportedExceptionRecoverableDataAccessExceptionRemoteAccessExceptionRemoteConnectFailureExceptionRemoteInvocationFailureExceptionRemoteLookupFailureExceptionRemoteProxyFailureExceptionResourceAccessExceptionRestClientExceptionSchedulingExceptionScriptCompilationExceptionSerializationFailedExceptionSoapFaultExceptionSQLWarningExceptionSqlXmlFeatureNotImplementedExceptionTransactionExceptionTransactionSuspensionNotSupportedExceptionTransactionSystemExceptionTransactionTimedOutExceptionTransactionUsageExceptionTransientDataAccessExceptionTransientDataAccessResourceExceptionTypeMismatchDataAccessExceptionTypeMismatchExceptionUnableToRegisterMBeanExceptionUnableToSendNotificationExceptionUncategorizedDataAccessExceptionUncategorizedSQLExceptionUnexpectedRollbackExceptionUnsatisfiedDependencyExceptionXmlBeanDefinitionStoreException