public class UnauthenticatedException
extends javax.servlet.ServletException
ユーザから動作する権限が無いパスのリクエストが行われていることを
フレームワークが検知した時に、それを通知するために用いられる。
AuthenticationControlFilter
が発行し、
コンテナによりエラーページが表示される。
例外発生についての詳細はAuthenticationControlFilter
を参照のこと。
<web-app>
…
<error-page>
<exception-type>
jp.terasoluna.fw.web.thin.UnauthenticatedException
</exception-type>
<location>/error/authenticated-error.do</location>
</error-page>
…
</web-app>
コンストラクタと説明 |
---|
UnauthenticatedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All Rights Reserved.