wisdom.core.runtime
クラス AuthenticateException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張wisdom.core.CoreException
              拡張wisdom.core.runtime.AuthenticateException
すべての実装インタフェース:
java.io.Serializable

public class AuthenticateException
extends CoreException

ユーザー認証に失敗した場合に報告される例外クラス
この例外クラスをServletRuntimeConfig.getErrorPage(String)に設定し、任意のページへ 表示するように設定します。

バージョン:
1
作成者:
Takao Kouda
関連項目:
直列化された形式

フィールドの概要
 
クラス wisdom.core.CoreException から継承したフィールド
serialVersionUID
 
コンストラクタの概要
AuthenticateException()
          コンストラクタ
AuthenticateException(java.lang.Exception exception)
          コンストラクタ
AuthenticateException(Message message)
          コンストラクタ
 
クラス wisdom.core.CoreException から継承したメソッド
getExceptionMessage, getMessage, getSourceException
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AuthenticateException

public AuthenticateException()
コンストラクタ


AuthenticateException

public AuthenticateException(Message message)
コンストラクタ

パラメータ:
message - 例外メッセージオブジェクト

AuthenticateException

public AuthenticateException(java.lang.Exception exception)
コンストラクタ

パラメータ:
exception - 例外クラス