パッケージ org.iplass.mtp.auth

クラス NeedTrustedAuthenticationException

すべての実装されたインタフェース:
Serializable

public class NeedTrustedAuthenticationException extends ApplicationException
信頼された認証処理を経て認証されていない場合にスローする例外。 この例外がCommand(Actionで利用する)のexecute()からスローされた場合は、 基盤は、再認証画面(未ログインの場合は、認証画面)を表示するように動作する。
関連項目:
  • コンストラクタの詳細

    • NeedTrustedAuthenticationException

      public NeedTrustedAuthenticationException()
    • NeedTrustedAuthenticationException

      public NeedTrustedAuthenticationException(String message, Throwable cause)
    • NeedTrustedAuthenticationException

      public NeedTrustedAuthenticationException(String message)
    • NeedTrustedAuthenticationException

      public NeedTrustedAuthenticationException(Throwable cause)