JavaTM 2 Platform
Standard Ed. 6

javax.transaction
類別 TransactionRolledbackException

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

public class TransactionRolledbackException
extends RemoteException

此異常指示與請求處理關聯的事務已回滾,或已標記為回滾。因此,請求操作不能執行或沒有執行,因為代表事務進行下一步計算是無結果的。

另請參見:
序列化表格

欄位摘要
 
從類別 java.rmi.RemoteException 繼承的欄位
detail
 
建構子摘要
TransactionRolledbackException()
           
TransactionRolledbackException(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
 

建構子詳細資訊

TransactionRolledbackException

public TransactionRolledbackException()

TransactionRolledbackException

public TransactionRolledbackException(String msg)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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