类的使用
org.springframework.core.NestedRuntimeException
使用NestedRuntimeException的程序包 程序包 说明 org.springframework.aop Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.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.parsing Support infrastructure for bean definition parsing.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.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.core.annotation Core support package for annotations, meta-annotations, and merged annotations with attribute overrides.org.springframework.core.codec org.springframework.core.convert Type conversion system API.org.springframework.core.serializer.support Support classes for Spring's serializer abstraction.org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.org.springframework.ejb.access This package contains classes that allow easy access to EJBs.org.springframework.http.converter Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.org.springframework.jca.cci This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors.org.springframework.jdbc.datasource.init Provides extensible support for initializing databases through scripts.org.springframework.jdbc.datasource.lookup Provides a strategy for looking up JDBC DataSources by name.org.springframework.jdbc.support.xml Abstraction for handling fields of SQLXML data type.org.springframework.jms This package contains integration classes for JMS, allowing for Spring-style JMS access.org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.org.springframework.jms.listener.adapter Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods.org.springframework.jms.support.converter Provides a MessageConverter abstraction to convert between Java objects and JMS messages.org.springframework.jms.support.destination Support classes for Spring's JMS framework.org.springframework.jmx This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.org.springframework.jmx.access Provides support for accessing remote MBean resources.org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.org.springframework.jmx.export.notification Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.org.springframework.jndi The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.org.springframework.mail Spring's generic mail infrastructure.org.springframework.messaging Support for working with messaging APIs and protocols.org.springframework.messaging.converter Provides support for message conversion.org.springframework.messaging.core Defines interfaces and implementation classes for messaging templates.org.springframework.messaging.handler.annotation.support Support classes for working with annotated message-handling methods.org.springframework.messaging.handler.invocation Common infrastructure for invoking message handler methods.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.orm Root package for Spring's O/R Mapping integration classes.org.springframework.orm.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.org.springframework.oxm Root package for Spring's O/X Mapping integration classes.org.springframework.remoting Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.org.springframework.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.org.springframework.remoting.soap SOAP-specific exceptions and support classes for Spring's remoting subsystem.org.springframework.scheduling General exceptions for Spring's scheduling support, independent of any specific scheduling system.org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.scripting Core interfaces for Spring's scripting support.org.springframework.scripting.bsh Package providing integration of BeanShell (and BeanShell2) into Spring's scripting infrastructure.org.springframework.transaction Spring's core transaction management APIs (independent of any specific transaction management system); an exception hierarchy for Spring's transaction infrastructure; and transaction manager, definition, and status interfaces.org.springframework.web.bind.support Support classes for web data binding.org.springframework.web.client Core package of the client-side web support.org.springframework.web.method.annotation Support classes for annotation-based handler method processing.org.springframework.web.multipart Multipart resolution framework for handling file uploads.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.server Core interfaces and classes for Spring's generic, reactive web support.org.springframework.web.socket.server Server-side abstractions for WebSocket interactions.org.springframework.web.socket.sockjs Top-level SockJS types.org.springframework.aop中NestedRuntimeException的使用
org.springframework.aop中NestedRuntimeException的子类 修饰符和类型 类 说明 classAopInvocationExceptionException that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.org.springframework.aop.aspectj.annotation中NestedRuntimeException的使用
org.springframework.aop.aspectj.annotation中NestedRuntimeException的子类 修饰符和类型 类 说明 classNotAnAtAspectExceptionExtension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.org.springframework.aop.framework中NestedRuntimeException的使用
org.springframework.aop.framework中NestedRuntimeException的子类 修饰符和类型 类 说明 classAopConfigExceptionException that gets thrown on illegal AOP configuration arguments.org.springframework.beans中NestedRuntimeException的使用
org.springframework.beans中NestedRuntimeException的子类 修饰符和类型 类 说明 classBeanInstantiationExceptionException thrown when instantiation of a bean failed.classBeansExceptionAbstract superclass for all exceptions thrown in the beans package and subpackages.classConversionNotSupportedExceptionException thrown when no suitable editor or converter can be found for a bean property.classFatalBeanExceptionThrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g. bad class or field.classInvalidPropertyExceptionException thrown when referring to an invalid bean property.classMethodInvocationExceptionThrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.classNotReadablePropertyExceptionException thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.classNotWritablePropertyExceptionException thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).classNullValueInNestedPathExceptionException thrown when navigation of a valid nested property path encounters a NullPointerException.classPropertyAccessExceptionSuperclass for exceptions related to a property access, such as type mismatch or invocation target exception.classPropertyBatchUpdateExceptionCombined exception, composed of individual PropertyAccessException instances.classTypeMismatchExceptionException thrown on a type mismatch when trying to set a bean property.org.springframework.beans.factory中NestedRuntimeException的使用
org.springframework.beans.factory中NestedRuntimeException的子类 修饰符和类型 类 说明 classBeanCreationExceptionException thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.classBeanCreationNotAllowedExceptionException 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).classBeanCurrentlyInCreationExceptionException thrown in case of a reference to a bean that's currently in creation.classBeanDefinitionStoreExceptionException thrown when a BeanFactory encounters an invalid bean definition: e.g. in case of incomplete or contradictory bean metadata.classBeanExpressionExceptionException that indicates an expression evaluation attempt having failed.classBeanInitializationExceptionException that a bean implementation is suggested to throw if its own factory-aware initialization code fails.classBeanIsAbstractExceptionException thrown when a bean instance has been requested for a bean definition which has been marked as abstract.classBeanIsNotAFactoryExceptionException thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.classBeanNotOfRequiredTypeExceptionThrown when a bean doesn't match the expected type.classCannotLoadBeanClassExceptionException thrown when the BeanFactory cannot load the specified class of a given bean.classFactoryBeanNotInitializedExceptionException to be thrown from a FactoryBean'sgetObject()method if the bean is not fully initialized yet, for example because it is involved in a circular reference.classNoSuchBeanDefinitionExceptionException thrown when aBeanFactoryis asked for a bean instance for which it cannot find a definition.classNoUniqueBeanDefinitionExceptionException thrown when aBeanFactoryis asked for a bean instance for which multiple matching candidates have been found when only one matching bean was expected.classUnsatisfiedDependencyExceptionException 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.org.springframework.beans.factory.parsing中NestedRuntimeException的使用
org.springframework.beans.factory.parsing中NestedRuntimeException的子类 修饰符和类型 类 说明 classBeanDefinitionParsingExceptionException thrown when a bean definition reader encounters an error during the parsing process.org.springframework.beans.factory.support中NestedRuntimeException的使用
org.springframework.beans.factory.support中NestedRuntimeException的子类 修饰符和类型 类 说明 classBeanDefinitionOverrideExceptionSubclass ofBeanDefinitionStoreExceptionindicating an invalid override attempt: typically registering a new definition for the same bean name whileDefaultListableBeanFactory.isAllowBeanDefinitionOverriding()isfalse.classBeanDefinitionValidationExceptionException thrown when the validation of a bean definition failed.org.springframework.beans.factory.xml中NestedRuntimeException的使用
org.springframework.beans.factory.xml中NestedRuntimeException的子类 修饰符和类型 类 说明 classXmlBeanDefinitionStoreExceptionXML-specific BeanDefinitionStoreException subclass that wraps aSAXException, typically aSAXParseExceptionwhich contains information about the error location.org.springframework.context中NestedRuntimeException的使用
org.springframework.context中NestedRuntimeException的子类 修饰符和类型 类 说明 classApplicationContextExceptionException thrown during application context initialization.org.springframework.core.annotation中NestedRuntimeException的使用
org.springframework.core.annotation中NestedRuntimeException的子类 修饰符和类型 类 说明 classAnnotationConfigurationExceptionThrown byAnnotationUtilsand synthesized annotations if an annotation is improperly configured.org.springframework.core.codec中NestedRuntimeException的使用
org.springframework.core.codec中NestedRuntimeException的子类 修饰符和类型 类 说明 classCodecExceptionGeneral error that indicates a problem while encoding and decoding to and from an Object stream.classDecodingExceptionIndicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.classEncodingExceptionIndicates an issue with encoding the input Object stream with a focus on not being able to encode Objects.org.springframework.core.convert中NestedRuntimeException的使用
org.springframework.core.convert中NestedRuntimeException的子类 修饰符和类型 类 说明 classConversionExceptionBase class for exceptions thrown by the conversion system.classConversionFailedExceptionException to be thrown when an actual type conversion attempt fails.classConverterNotFoundExceptionException to be thrown when a suitable converter could not be found in a given conversion service.org.springframework.core.serializer.support中NestedRuntimeException的使用
org.springframework.core.serializer.support中NestedRuntimeException的子类 修饰符和类型 类 说明 classSerializationFailedExceptionWrapper for the native IOException (or similar) when aSerializerorDeserializerfailed.org.springframework.dao中NestedRuntimeException的使用
org.springframework.dao中NestedRuntimeException的子类 修饰符和类型 类 说明 classCannotAcquireLockExceptionException thrown on failure to acquire a lock during an update, for example during a "select for update" statement.classCannotSerializeTransactionExceptionException thrown on failure to complete a transaction in serialized mode due to update conflicts.classCleanupFailureDataAccessExceptionException thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.classConcurrencyFailureExceptionException thrown on concurrency failure.classDataAccessExceptionRoot of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.classDataAccessResourceFailureExceptionData access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.classDataIntegrityViolationExceptionException thrown when an attempt to insert or update data results in violation of an integrity constraint.classDataRetrievalFailureExceptionException thrown if certain expected data could not be retrieved, e.g.classDeadlockLoserDataAccessExceptionGeneric exception thrown when the current process was a deadlock loser, and its transaction rolled back.classDuplicateKeyExceptionException thrown when an attempt to insert or update data results in violation of an primary key or unique constraint.classEmptyResultDataAccessExceptionData access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.classIncorrectResultSizeDataAccessExceptionData 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.classIncorrectUpdateSemanticsDataAccessExceptionData access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.classInvalidDataAccessApiUsageExceptionException thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.classInvalidDataAccessResourceUsageExceptionRoot for exceptions thrown when we use a data access resource incorrectly.classNonTransientDataAccessExceptionRoot of the hierarchy of data access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.classNonTransientDataAccessResourceExceptionData access exception thrown when a resource fails completely and the failure is permanent.classOptimisticLockingFailureExceptionException thrown on an optimistic locking violation.classPermissionDeniedDataAccessExceptionException thrown when the underlying resource denied a permission to access a specific element, such as a specific database table.classPessimisticLockingFailureExceptionException thrown on a pessimistic locking violation.classQueryTimeoutExceptionException to be thrown on a query timeout.classRecoverableDataAccessExceptionData access exception thrown when a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.classTransientDataAccessExceptionRoot of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.classTransientDataAccessResourceExceptionData access exception thrown when a resource fails temporarily and the operation can be retried.classTypeMismatchDataAccessExceptionException 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.classUncategorizedDataAccessExceptionNormal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, an SQLException from JDBC we can't pinpoint more precisely.org.springframework.ejb.access中NestedRuntimeException的使用
org.springframework.ejb.access中NestedRuntimeException的子类 修饰符和类型 类 说明 classEjbAccessExceptionException that gets thrown when an EJB stub cannot be accessed properly.org.springframework.http.converter中NestedRuntimeException的使用
org.springframework.http.converter中NestedRuntimeException的子类 修饰符和类型 类 说明 classHttpMessageConversionExceptionThrown byHttpMessageConverterimplementations when a conversion attempt fails.classHttpMessageNotReadableExceptionThrown byHttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails.classHttpMessageNotWritableExceptionThrown byHttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails.org.springframework.jca.cci中NestedRuntimeException的使用
org.springframework.jca.cci中NestedRuntimeException的子类 修饰符和类型 类 说明 classCannotCreateRecordExceptionException thrown when the creating of a CCI Record failed for connector-internal reasons.classCannotGetCciConnectionExceptionFatal exception thrown when we can't connect to an EIS using CCI.classCciOperationNotSupportedExceptionException thrown when the connector doesn't support a specific CCI operation.classInvalidResultSetAccessExceptionException thrown when a ResultSet has been accessed in an invalid fashion.classRecordTypeNotSupportedExceptionException thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.org.springframework.jdbc中NestedRuntimeException的使用
org.springframework.jdbc中NestedRuntimeException的子类 修饰符和类型 类 说明 classBadSqlGrammarExceptionException thrown when SQL specified is invalid.classCannotGetJdbcConnectionExceptionFatal exception thrown when we can't connect to an RDBMS using JDBC.classIncorrectResultSetColumnCountExceptionData 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.classInvalidResultSetAccessExceptionException thrown when a ResultSet has been accessed in an invalid fashion.classJdbcUpdateAffectedIncorrectNumberOfRowsExceptionException thrown when a JDBC update affects an unexpected number of rows.classLobRetrievalFailureExceptionException to be thrown when a LOB could not be retrieved.classSQLWarningExceptionException thrown when we're not ignoringSQLWarnings.classUncategorizedSQLExceptionException thrown when we can't classify an SQLException into one of our generic data access exceptions.org.springframework.jdbc.datasource.init中NestedRuntimeException的使用
org.springframework.jdbc.datasource.init中NestedRuntimeException的子类 修饰符和类型 类 说明 classCannotReadScriptExceptionThrown byScriptUtilsif an SQL script cannot be read.classScriptExceptionRoot of the hierarchy of data access exceptions that are related to processing of SQL scripts.classScriptParseExceptionThrown byScriptUtilsif an SQL script cannot be properly parsed.classScriptStatementFailedExceptionThrown byScriptUtilsif a statement in an SQL script failed when executing it against the target database.classUncategorizedScriptExceptionThrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, aSQLExceptionfrom JDBC that we cannot pinpoint more precisely.org.springframework.jdbc.datasource.lookup中NestedRuntimeException的使用
org.springframework.jdbc.datasource.lookup中NestedRuntimeException的子类 修饰符和类型 类 说明 classDataSourceLookupFailureExceptionException to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.org.springframework.jdbc.support.xml中NestedRuntimeException的使用
org.springframework.jdbc.support.xml中NestedRuntimeException的子类 修饰符和类型 类 说明 classSqlXmlFeatureNotImplementedExceptionException thrown when the underlying implementation does not support the requested feature of the API.org.springframework.jms中NestedRuntimeException的使用
org.springframework.jms中NestedRuntimeException的子类 修饰符和类型 类 说明 classIllegalStateExceptionRuntime exception mirroring the JMS IllegalStateException.classInvalidClientIDExceptionRuntime exception mirroring the JMS InvalidClientIDException.classInvalidDestinationExceptionRuntime exception mirroring the JMS InvalidDestinationException.classInvalidSelectorExceptionRuntime exception mirroring the JMS InvalidSelectorException.classJmsExceptionBase class for exception thrown by the framework whenever it encounters a problem related to JMS.classJmsSecurityExceptionRuntime exception mirroring the JMS JMSSecurityException.classMessageEOFExceptionRuntime exception mirroring the JMS MessageEOFException.classMessageFormatExceptionRuntime exception mirroring the JMS MessageFormatException.classMessageNotReadableExceptionRuntime exception mirroring the JMS MessageNotReadableException.classMessageNotWriteableExceptionRuntime exception mirroring the JMS MessageNotWriteableException.classResourceAllocationExceptionRuntime exception mirroring the JMS ResourceAllocationException.classTransactionInProgressExceptionRuntime exception mirroring the JMS TransactionInProgressException.classTransactionRolledBackExceptionRuntime exception mirroring the JMS TransactionRolledBackException.classUncategorizedJmsExceptionJmsException to be thrown when no other matching subclass found.org.springframework.jms.connection中NestedRuntimeException的使用
org.springframework.jms.connection中NestedRuntimeException的子类 修饰符和类型 类 说明 classSynchedLocalTransactionFailedExceptionException thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).org.springframework.jms.listener.adapter中NestedRuntimeException的使用
org.springframework.jms.listener.adapter中NestedRuntimeException的子类 修饰符和类型 类 说明 classListenerExecutionFailedExceptionException to be thrown when the execution of a listener method failed.classReplyFailureExceptionException to be thrown when the reply of a message failed to be sent.org.springframework.jms.support.converter中NestedRuntimeException的使用
org.springframework.jms.support.converter中NestedRuntimeException的子类 修饰符和类型 类 说明 classMessageConversionExceptionThrown byMessageConverterimplementations when the conversion of an object to/from aMessagefails.org.springframework.jms.support.destination中NestedRuntimeException的使用
org.springframework.jms.support.destination中NestedRuntimeException的子类 修饰符和类型 类 说明 classDestinationResolutionExceptionThrown by a DestinationResolver when it cannot resolve a destination name.org.springframework.jmx中NestedRuntimeException的使用
org.springframework.jmx中NestedRuntimeException的子类 修饰符和类型 类 说明 classJmxExceptionGeneral base exception to be thrown on JMX errors.classMBeanServerNotFoundExceptionException thrown when we cannot locate an instance of anMBeanServer, or when more than one instance is found.org.springframework.jmx.access中NestedRuntimeException的使用
org.springframework.jmx.access中NestedRuntimeException的子类 修饰符和类型 类 说明 classInvocationFailureExceptionThrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).classMBeanConnectFailureExceptionThrown when an invocation failed because of an I/O problem on the MBeanServerConnection.classMBeanInfoRetrievalExceptionThrown if an exception is encountered when trying to retrieve MBean metadata.org.springframework.jmx.export中NestedRuntimeException的使用
org.springframework.jmx.export中NestedRuntimeException的子类 修饰符和类型 类 说明 classMBeanExportExceptionException thrown in case of failure when exporting an MBean.classUnableToRegisterMBeanExceptionException thrown when we are unable to register an MBean, for example because of a naming conflict.org.springframework.jmx.export.metadata中NestedRuntimeException的使用
org.springframework.jmx.export.metadata中NestedRuntimeException的子类 修饰符和类型 类 说明 classInvalidMetadataExceptionThrown by theJmxAttributeSourcewhen it encounters incorrect metadata on a managed resource or one of its methods.org.springframework.jmx.export.notification中NestedRuntimeException的使用
org.springframework.jmx.export.notification中NestedRuntimeException的子类 修饰符和类型 类 说明 classUnableToSendNotificationExceptionThrown when a JMXNotificationis unable to be sent.org.springframework.jndi中NestedRuntimeException的使用
org.springframework.jndi中NestedRuntimeException的子类 修饰符和类型 类 说明 classJndiLookupFailureExceptionRuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checkedNamingException: for example, from Spring'sJndiObjectTargetSource.org.springframework.mail中NestedRuntimeException的使用
org.springframework.mail中NestedRuntimeException的子类 修饰符和类型 类 说明 classMailAuthenticationExceptionException thrown on failed authentication.classMailExceptionBase class for all mail exceptions.classMailParseExceptionException thrown if illegal message properties are encountered.classMailPreparationExceptionException to be thrown by user code if a mail cannot be prepared properly, for example when a FreeMarker template cannot be rendered for the mail text.classMailSendExceptionException thrown when a mail sending error is encountered.org.springframework.messaging中NestedRuntimeException的使用
org.springframework.messaging中NestedRuntimeException的子类 修饰符和类型 类 说明 classMessageDeliveryExceptionException that indicates an error occurred during message delivery.classMessageHandlingExceptionException that indicates an error occurred during message handling.classMessagingExceptionThe base exception for any failures related to messaging.org.springframework.messaging.converter中NestedRuntimeException的使用
org.springframework.messaging.converter中NestedRuntimeException的子类 修饰符和类型 类 说明 classMessageConversionExceptionAn exception raised byMessageConverterimplementations.org.springframework.messaging.core中NestedRuntimeException的使用
org.springframework.messaging.core中NestedRuntimeException的子类 修饰符和类型 类 说明 classDestinationResolutionExceptionThrown by aDestinationResolverwhen it cannot resolve a destination.org.springframework.messaging.handler.annotation.support中NestedRuntimeException的使用
org.springframework.messaging.handler.annotation.support中NestedRuntimeException的子类 修饰符和类型 类 说明 classMethodArgumentNotValidExceptionException to be thrown when a method argument fails validation perhaps as a result of@Validstyle validation, or perhaps because it is required.classMethodArgumentTypeMismatchExceptionException that indicates that a method argument has not the expected type.org.springframework.messaging.handler.invocation中NestedRuntimeException的使用
org.springframework.messaging.handler.invocation中NestedRuntimeException的子类 修饰符和类型 类 说明 classMethodArgumentResolutionExceptionCommon exception resulting from the invocation ofHandlerMethodArgumentResolver.org.springframework.messaging.simp.annotation.support中NestedRuntimeException的使用
org.springframework.messaging.simp.annotation.support中NestedRuntimeException的子类 修饰符和类型 类 说明 classMissingSessionUserExceptionMessagingExceptionthrown when a session is missing.org.springframework.messaging.simp.stomp中NestedRuntimeException的使用
org.springframework.messaging.simp.stomp中NestedRuntimeException的子类 修饰符和类型 类 说明 classStompConversionExceptionRaised after a failure to encode or decode a STOMP message.org.springframework.orm中NestedRuntimeException的使用
org.springframework.orm中NestedRuntimeException的子类 修饰符和类型 类 说明 classObjectOptimisticLockingFailureExceptionException thrown on an optimistic locking violation for a mapped object.classObjectRetrievalFailureExceptionException thrown if a mapped object could not be retrieved via its identifier.org.springframework.orm.hibernate5中NestedRuntimeException的使用
org.springframework.orm.hibernate5中NestedRuntimeException的子类 修饰符和类型 类 说明 classHibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.classHibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.classHibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.classHibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.classHibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concreteorg.springframework.daoexceptions.org.springframework.orm.jpa中NestedRuntimeException的使用
org.springframework.orm.jpa中NestedRuntimeException的子类 修饰符和类型 类 说明 classJpaObjectRetrievalFailureExceptionJPA-specific subclass of ObjectRetrievalFailureException.classJpaOptimisticLockingFailureExceptionJPA-specific subclass of ObjectOptimisticLockingFailureException.classJpaSystemExceptionJPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.daoexceptions.org.springframework.oxm中NestedRuntimeException的使用
org.springframework.oxm中NestedRuntimeException的子类 修饰符和类型 类 说明 classMarshallingExceptionBase class for exception thrown when a marshalling or unmarshalling error occurs.classMarshallingFailureExceptionException thrown on marshalling failure.classUncategorizedMappingExceptionException that indicates that the cause cannot be distinguished further.classUnmarshallingFailureExceptionException thrown on unmarshalling failure.classValidationFailureExceptionException thrown on marshalling validation failure.classXmlMappingExceptionRoot of the hierarchy of Object XML Mapping exceptions.org.springframework.remoting中NestedRuntimeException的使用
org.springframework.remoting中NestedRuntimeException的子类 修饰符和类型 类 说明 classRemoteAccessExceptionGeneric remote access exception.classRemoteConnectFailureExceptionRemoteAccessException subclass to be thrown when no connection could be established with a remote service.classRemoteInvocationFailureExceptionRemoteAccessException subclass to be thrown when the execution of the target method failed on the server side, for example when a method was not found on the target object.classRemoteLookupFailureExceptionRemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.classRemoteProxyFailureExceptionRemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method was not found on the underlying RMI stub.classRemoteTimeoutExceptionRemoteAccessException subclass to be thrown when the execution of the target method did not complete before a configurable timeout, for example when a reply message was not received.org.springframework.remoting.jaxws中NestedRuntimeException的使用
org.springframework.remoting.jaxws中NestedRuntimeException的子类 修饰符和类型 类 说明 classJaxWsSoapFaultExceptionSpring SoapFaultException adapter for the JAX-WSSOAPFaultExceptionclass.org.springframework.remoting.soap中NestedRuntimeException的使用
org.springframework.remoting.soap中NestedRuntimeException的子类 修饰符和类型 类 说明 classSoapFaultExceptionRemoteInvocationFailureException subclass that provides the details of a SOAP fault.org.springframework.scheduling中NestedRuntimeException的使用
org.springframework.scheduling中NestedRuntimeException的子类 修饰符和类型 类 说明 classSchedulingExceptionGeneral exception to be thrown on scheduling failures, such as the scheduler already having shut down.org.springframework.scheduling.quartz中NestedRuntimeException的使用
org.springframework.scheduling.quartz中NestedRuntimeException的子类 修饰符和类型 类 说明 classJobMethodInvocationFailedExceptionUnchecked exception that wraps an exception thrown from a target method.org.springframework.scripting中NestedRuntimeException的使用
org.springframework.scripting中NestedRuntimeException的子类 修饰符和类型 类 说明 classScriptCompilationExceptionException to be thrown on script compilation failure.org.springframework.scripting.bsh中NestedRuntimeException的使用
org.springframework.scripting.bsh中NestedRuntimeException的子类 修饰符和类型 类 说明 static classBshScriptUtils.BshExecutionExceptionException to be thrown on script execution failure.org.springframework.transaction中NestedRuntimeException的使用
org.springframework.transaction中NestedRuntimeException的子类 修饰符和类型 类 说明 classCannotCreateTransactionExceptionException thrown when a transaction can't be created using an underlying transaction API such as JTA.classHeuristicCompletionExceptionException that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.classIllegalTransactionStateExceptionException thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.classInvalidIsolationLevelExceptionException that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.classInvalidTimeoutExceptionException 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.classNestedTransactionNotSupportedExceptionException thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.classNoTransactionExceptionException thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.classTransactionExceptionSuperclass for all transaction exceptions.classTransactionSuspensionNotSupportedExceptionException thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.classTransactionSystemExceptionException thrown when a general transaction system error is encountered, like on commit or rollback.classTransactionTimedOutExceptionException to be thrown when a transaction has timed out.classTransactionUsageExceptionSuperclass for exceptions caused by inappropriate usage of a Spring transaction API.classUnexpectedRollbackExceptionThrown when an attempt to commit a transaction resulted in an unexpected rollback.org.springframework.web.bind.support中NestedRuntimeException的使用
org.springframework.web.bind.support中NestedRuntimeException的子类 修饰符和类型 类 说明 classWebExchangeBindExceptionA specialization ofServerWebInputExceptionthrown when after data binding and validation failure.org.springframework.web.client中NestedRuntimeException的使用
org.springframework.web.client中NestedRuntimeException的子类 修饰符和类型 类 说明 classHttpClientErrorExceptionException thrown when an HTTP 4xx is received.static classHttpClientErrorException.BadRequestHttpClientErrorExceptionfor status HTTP 400 Bad Request.static classHttpClientErrorException.ConflictHttpClientErrorExceptionfor status HTTP 409 Conflict.static classHttpClientErrorException.ForbiddenHttpClientErrorExceptionfor status HTTP 403 Forbidden.static classHttpClientErrorException.GoneHttpClientErrorExceptionfor status HTTP 410 Gone.static classHttpClientErrorException.MethodNotAllowedHttpClientErrorExceptionfor status HTTP 405 Method Not Allowed.static classHttpClientErrorException.NotAcceptableHttpClientErrorExceptionfor status HTTP 406 Not Acceptable.static classHttpClientErrorException.NotFoundHttpClientErrorExceptionfor status HTTP 404 Not Found.static classHttpClientErrorException.TooManyRequestsHttpClientErrorExceptionfor status HTTP 429 Too Many Requests.static classHttpClientErrorException.UnauthorizedHttpClientErrorExceptionfor status HTTP 401 Unauthorized.static classHttpClientErrorException.UnprocessableEntityHttpClientErrorExceptionfor status HTTP 422 Unprocessable Entity.static classHttpClientErrorException.UnsupportedMediaTypeHttpClientErrorExceptionfor status HTTP 415 Unsupported Media Type.classHttpServerErrorExceptionException thrown when an HTTP 5xx is received.static classHttpServerErrorException.BadGatewayHttpServerErrorExceptionfor status HTTP HTTP 502 Bad Gateway.static classHttpServerErrorException.GatewayTimeoutHttpServerErrorExceptionfor status HTTP 504 Gateway Timeout.static classHttpServerErrorException.InternalServerErrorHttpServerErrorExceptionfor status HTTP 500 Internal Server Error.static classHttpServerErrorException.NotImplementedHttpServerErrorExceptionfor status HTTP 501 Not Implemented.static classHttpServerErrorException.ServiceUnavailableHttpServerErrorExceptionfor status HTTP 503 Service Unavailable.classHttpStatusCodeExceptionAbstract base class for exceptions based on anHttpStatus.classResourceAccessExceptionException thrown when an I/O error occurs.classRestClientExceptionBase class for exceptions thrown byRestTemplatein case a request fails because of a server error response, as determined viaResponseErrorHandler.hasError(ClientHttpResponse), failure to decode the response, or a low level I/O error.classRestClientResponseExceptionCommon base class for exceptions that contain actual HTTP response data.classUnknownContentTypeExceptionRaised when no suitableHttpMessageConvertercould be found to extract the response.classUnknownHttpStatusCodeExceptionException thrown when an unknown (or custom) HTTP status code is received.org.springframework.web.method.annotation中NestedRuntimeException的使用
org.springframework.web.method.annotation中NestedRuntimeException的子类 修饰符和类型 类 说明 classMethodArgumentConversionNotSupportedExceptionA ConversionNotSupportedException raised while resolving a method argument.classMethodArgumentTypeMismatchExceptionA TypeMismatchException raised while resolving a controller method argument.org.springframework.web.multipart中NestedRuntimeException的使用
org.springframework.web.multipart中NestedRuntimeException的子类 修饰符和类型 类 说明 classMaxUploadSizeExceededExceptionMultipartException subclass thrown when an upload exceeds the maximum upload size allowed.classMultipartExceptionException thrown when multipart resolution fails.org.springframework.web.reactive.function中NestedRuntimeException的使用
org.springframework.web.reactive.function中NestedRuntimeException的子类 修饰符和类型 类 说明 classUnsupportedMediaTypeExceptionException thrown to indicate that aContent-Typeis not supported.org.springframework.web.reactive.function.client中NestedRuntimeException的使用
org.springframework.web.server中NestedRuntimeException的使用
org.springframework.web.server中NestedRuntimeException的子类 修饰符和类型 类 说明 classMediaTypeNotSupportedStatusException已过时。in favor ofUnsupportedMediaTypeStatusException, with this class never thrown by Spring code and to be removed in 5.3classMethodNotAllowedExceptionException for errors that fit response status 405 (method not allowed).classNotAcceptableStatusExceptionException for errors that fit response status 406 (not acceptable).classResponseStatusExceptionBase class for exceptions associated with specific HTTP response status codes.classServerErrorExceptionException for anHttpStatus.INTERNAL_SERVER_ERRORthat exposes extra information about a controller method that failed, or a controller method argument that could not be resolved.classServerWebInputExceptionException for errors that fit response status 400 (bad request) for use in Spring Web applications.classUnsupportedMediaTypeStatusExceptionException for errors that fit response status 415 (unsupported media type).org.springframework.web.socket.server中NestedRuntimeException的使用
org.springframework.web.socket.server中NestedRuntimeException的子类 修饰符和类型 类 说明 classHandshakeFailureExceptionThrown when handshake processing failed to complete due to an internal, unrecoverable error.org.springframework.web.socket.sockjs中NestedRuntimeException的使用
org.springframework.web.socket.sockjs中NestedRuntimeException的子类 修饰符和类型 类 说明 classSockJsExceptionBase class for exceptions raised while processing SockJS HTTP requests.classSockJsMessageDeliveryExceptionAn exception thrown when a message frame was successfully received over an HTTP POST and parsed but one or more of the messages it contained could not be delivered to the WebSocketHandler either because the handler failed or because the connection got closed.classSockJsTransportFailureExceptionIndicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g.