org.seasar.util.exception
クラス SIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.seasar.util.exception.SIllegalStateException
- すべての実装されたインタフェース:
- Serializable
public class SIllegalStateException
- extends IllegalStateException
IllegalStateException
をラップする例外です。
- 作成者:
- wyukawa
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SIllegalStateException
public SIllegalStateException()
SIllegalStateException
を作成します。
SIllegalStateException
public SIllegalStateException(String message)
SIllegalStateException
を作成します。
- パラメータ:
message
- メッセージ
SIllegalStateException
public SIllegalStateException(String message,
Throwable cause)
SIllegalStateException
を作成します。
- パラメータ:
message
- メッセージcause
- 元の例外
SIllegalStateException
public SIllegalStateException(Throwable cause)
SIllegalStateException
を作成します。
- パラメータ:
cause
- 元の例外
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.