|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.jms Class TransactionRolledBackException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException
javax.jms.TransactionRolledBackException
- All Implemented Interfaces:
- Serializable
public class TransactionRolledBackException
- extends JMSException
Extends:
Throwable > Exception > JMSException
当对 Session.commit 的调用导致当前事务回滚时,必须抛出此异常。
| version |
|
This exception must be thrown when a
call to Session.commit results in a rollback of the current
transaction.
- Version:
- 26 August 1998
- Author:
- Rahul Sharma
- See Also:
- Serialized Form
| Constructor Summary | |
|---|---|
TransactionRolledBackException(String reason)
Constructs a TransactionRolledBackException with the
specified reason. |
|
TransactionRolledBackException(String reason,
String errorCode)
Constructs a TransactionRolledBackException with the
specified reason and error code. |
|
| Method Summary |
|---|
| Methods inherited from class javax.jms.JMSException |
|---|
getErrorCode, getLinkedException, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public
TransactionRolledBackException(String reason, String errorCode)
构造带指定原因和错误代码的 TransactionRolledBackException。
| reason | 对异常的描述 |
| errorCode | 指定特定于供应商的错误代码的字符串 |
TransactionRolledBackException
public TransactionRolledBackException(String reason, String errorCode)
- Constructs a
TransactionRolledBackExceptionwith the specified reason and error code.- Parameters:
reason- a description of the exceptionerrorCode- a string specifying the vendor-specific error code
public
TransactionRolledBackException(String reason)
构造带指定原因的 TransactionRolledBackException。错误代码默认为 null。
| reason | 对异常的描述 |
TransactionRolledBackException
public TransactionRolledBackException(String reason)
- Constructs a
TransactionRolledBackExceptionwith the specified reason. The error code defaults to null.- Parameters:
reason- a description of the exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
