org.seasar.framework.exception
クラス SSystemException

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

public class SSystemException
extends SystemException

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

フィールドの概要
 
クラス javax.transaction.SystemException から継承したフィールド
errorCode
 
コンストラクタの概要
SSystemException(String messageCode, Object[] args)
           
SSystemException(String messageCode, Object[] args, Throwable cause)
           
 
メソッドの概要
 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
 

コンストラクタの詳細

SSystemException

public SSystemException(String messageCode,
                        Object[] args)

SSystemException

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

getMessageCode

public String getMessageCode()

getArgs

public Object[] getArgs()


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