javax.transaction.TransactionRequiredException翻译

来源:互联网 发布:淘宝上非实名制手机卡 编辑:程序博客网 时间:2024/05/16 10:23
 Overview Package  Class Tree Deprecated Index Help JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASSFRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD

javax.transaction
Class TransactionRequiredException

java.lang.Object  extended byjava.lang.Throwable      extended byjava.lang.Exception          extended byjava.io.IOException              extended byjava.rmi.RemoteException                  extended byjavax.transaction.TransactionRequiredException
All Implemented Interfaces:
Serializable

public class TransactionRequiredException
extends RemoteException

This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. 该异常表示请求携带的事务上下文为null,但是目标对象需要一个活动的事务。

See Also:
Serialized Form

Field Summary  Fields inherited from class java.rmi.RemoteExceptiondetail  Constructor SummaryTransactionRequiredException()
           
TransactionRequiredException(String msg)
           
  Methods inherited from class java.rmi.RemoteExceptiongetCause, getMessage  Methods inherited from class java.lang.ThrowablefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString  Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 

Constructor Detail

TransactionRequiredException

public TransactionRequiredException()

TransactionRequiredException

public TransactionRequiredException(String msg)

Overview Package  Class Tree Deprecated Index Help JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASSFRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

原创粉丝点击