JavaTM 2 Platform
Standard Ed. 6

javax.transaction
類別 TransactionRequiredException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 java.io.IOException
              繼承者 java.rmi.RemoteException
                  繼承者 javax.transaction.TransactionRequiredException
所有已實作的介面:
Serializable

public class TransactionRequiredException
extends RemoteException

此異常指示某個請求帶來了 null 事務上下文,但目標物件需要啟動的事務。

另請參見:
序列化表格

欄位摘要
 
從類別 java.rmi.RemoteException 繼承的欄位
detail
 
建構子摘要
TransactionRequiredException()
           
TransactionRequiredException(String msg)
           
 
方法摘要
 
從類別 java.rmi.RemoteException 繼承的方法
getCause, getMessage
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

TransactionRequiredException

public TransactionRequiredException()

TransactionRequiredException

public TransactionRequiredException(String msg)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only