org.seasar.framework.exception
クラス SRollbackException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張javax.transaction.RollbackException
              拡張org.seasar.framework.exception.SRollbackException
すべての実装インタフェース:
Serializable

public class SRollbackException
extends RollbackException

作成者:
higa
関連項目:
直列化された形式

コンストラクタの概要
SRollbackException(String messageCode, Object[] args)
           
 
メソッドの概要
 Object[] getArgs()
           
 String getMessageCode()
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SRollbackException

public SRollbackException(String messageCode,
                          Object[] args)
メソッドの詳細

getMessageCode

public String getMessageCode()

getArgs

public Object[] getArgs()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.