クラス InvalidTransactionTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terasoluna.gfw.web.token.transaction.InvalidTransactionTokenException
- すべての実装されたインタフェース:
Serializable
Thrown when transaction token is invalid
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明No argument constructorInvalidTransactionTokenException
(String message) Single argument constructor that takes the message string to be displayed when this exception is thrown -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
InvalidTransactionTokenException
public InvalidTransactionTokenException()No argument constructor -
InvalidTransactionTokenException
Single argument constructor that takes the message string to be displayed when this exception is thrown- パラメータ:
message
- message string
-