javax.ejb.TransactionRequiredLocalException翻译[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:


javax.ejb
Class TransactionRequiredLocalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.ejb.EJBException
                  extended byjavax.ejb.TransactionRequiredLocalException
All Implemented Interfaces:
Serializable

public class TransactionRequiredLocalException
extends EJBException

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

See Also:
Serialized Form

Constructor Summary
TransactionRequiredLocalException()
          Constructs a TransactionRequiredLocalException with no detail message. 构建一个不含详细信息的TransactionRequiredLocalException。
TransactionRequiredLocalException(String message)
          Constructs an TransactionRequiredLocalException with the specified detailed message. 构建一个指定详细信息的TransactionRequiredLocalException。
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString

本文关键:javax.ejb.TransactionRequiredLocalException翻译
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top