|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.engine.ActionExecutionException
org.unitedfront2.web.flow.AccessDeniedException
public class AccessDeniedException
アクセスが拒否された際に発生する例外です。アクセス拒否ページへ遷移します。
| コンストラクタの概要 | |
|---|---|
AccessDeniedException(RequestContext context,
Action action)
|
|
AccessDeniedException(RequestContext context,
Action action,
String message)
|
|
AccessDeniedException(RequestContext context,
Action action,
String message,
Throwable cause)
|
|
AccessDeniedException(RequestContext context,
Action action,
Throwable cause)
|
|
| メソッドの概要 |
|---|
| クラス org.springframework.webflow.execution.FlowExecutionException から継承されたメソッド |
|---|
getFlowId, getStateId |
| クラス org.springframework.core.NestedRuntimeException から継承されたメソッド |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AccessDeniedException(RequestContext context,
Action action)
public AccessDeniedException(RequestContext context,
Action action,
Throwable cause)
public AccessDeniedException(RequestContext context,
Action action,
String message)
public AccessDeniedException(RequestContext context,
Action action,
String message,
Throwable cause)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||