org.seasar.framework.exception
クラス SNotSupportedException

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

public class SNotSupportedException
extends NotSupportedException

Seasar2用のNotSupportedExceptionを返します。

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

コンストラクタの概要
SNotSupportedException(java.lang.String messageCode, java.lang.Object[] args)
          SNotSupportedExceptionを作成します。
 
メソッドの概要
 java.lang.Object[] getArgs()
          引数の配列を返します。
 java.lang.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
 

コンストラクタの詳細

SNotSupportedException

public SNotSupportedException(java.lang.String messageCode,
                              java.lang.Object[] args)
SNotSupportedExceptionを作成します。

パラメータ:
messageCode -
args -
メソッドの詳細

getMessageCode

public java.lang.String getMessageCode()
メッセージコードを返します。

戻り値:
メッセージコード

getArgs

public java.lang.Object[] getArgs()
引数の配列を返します。

戻り値:
引数の配列


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