﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-myBlog-文章分类-Spring</title><link>http://www.blogjava.net/qurenxiong/category/14344.html</link><description>myBlog</description><language>zh-cn</language><lastBuildDate>Mon, 02 Apr 2007 23:30:55 GMT</lastBuildDate><pubDate>Mon, 02 Apr 2007 23:30:55 GMT</pubDate><ttl>60</ttl><item><title>Spring异常</title><link>http://www.blogjava.net/qurenxiong/articles/64874.html</link><dc:creator>瞿任雄</dc:creator><author>瞿任雄</author><pubDate>Mon, 21 Aug 2006 12:32:00 GMT</pubDate><guid>http://www.blogjava.net/qurenxiong/articles/64874.html</guid><wfw:comment>http://www.blogjava.net/qurenxiong/comments/64874.html</wfw:comment><comments>http://www.blogjava.net/qurenxiong/articles/64874.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/qurenxiong/comments/commentRss/64874.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/qurenxiong/services/trackbacks/64874.html</trackback:ping><description><![CDATA[
		<p>Spring<span style="FONT-FAMILY: 宋体"></span><span style="FONT-FAMILY: 宋体">数据访问的根异常是</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataAccessException</span><span style="FONT-FAMILY: 宋体">，所有的</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">Spring</span><span style="FONT-FAMILY: 宋体">的数据访问异常都继承</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataAccessException</span><span style="FONT-FAMILY: 宋体">。</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataAccessException</span><span style="FONT-FAMILY: 宋体">的</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">nestedRuntimeException</span><span style="FONT-FAMILY: 宋体">子类中，已经将所有的异常栈都进行了记录。</span><span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman"><?XML:NAMESPACE PREFIX = O /?><o:p></o:p></span></p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">CleanupFailureDataAccessException</span>
				<span style="FONT-FAMILY: 宋体">：清除失败异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataAccessResourceFailureException</span>
				<span style="FONT-FAMILY: 宋体">：资源访问异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataIntegrityViolationException</span>
				<span style="FONT-FAMILY: 宋体">：完整性约束异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DataRetrievalFailureException</span>
				<span style="FONT-FAMILY: 宋体">：数据获取异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">DeadlockLoserDataAccessException</span>
				<span style="FONT-FAMILY: 宋体">：死锁访问异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">IncorrectUpdateSemanticsDataAccessException</span>
				<span style="FONT-FAMILY: 宋体">：更新出错异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">InvalidDataAccessApiUsageException</span>
				<span style="FONT-FAMILY: 宋体">：无效数据访问</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">API</span>
				<span style="FONT-FAMILY: 宋体">使用异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">InvalidDataAccessResourceUsageException</span>
				<span style="FONT-FAMILY: 宋体">：无效数据访问资源使用异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">OptimisticLockingFailureException</span>
				<span style="FONT-FAMILY: 宋体">：乐观锁失败异常</span>
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">
						<o:p>
						</o:p>
				</span>
		</p>
		<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: left" align="left">
				<span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">TypeMismatchDataAccessException</span>
				<span style="FONT-FAMILY: 宋体">：类型匹配失败异常<br /></span>       <span lang="EN-US" style="FONT-FAMILY: NewBaskervilleITCbyBT-Roman">UncategorizedDataAccessException</span><span style="FONT-FAMILY: 宋体">：其他原因异常</span></p>
<img src ="http://www.blogjava.net/qurenxiong/aggbug/64874.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/qurenxiong/" target="_blank">瞿任雄</a> 2006-08-21 20:32 <a href="http://www.blogjava.net/qurenxiong/articles/64874.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>