パッケージ org.iplass.mtp.impl.web
クラス RequestParameterCountLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
org.iplass.mtp.impl.web.RequestParameterCountLimitException
- すべての実装されたインタフェース:
Serializable
public class RequestParameterCountLimitException
extends org.iplass.mtp.SystemException
リクエストパラメータ数上限超過例外
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明コンストラクタコンストラクタRequestParameterCountLimitException(String message, Throwable cause) コンストラクタコンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
RequestParameterCountLimitException
public RequestParameterCountLimitException()コンストラクタ -
RequestParameterCountLimitException
コンストラクタ- パラメータ:
message- 例外メッセージcause- 発生原因例外
-
RequestParameterCountLimitException
コンストラクタ- パラメータ:
message- 例外メッセージ
-
RequestParameterCountLimitException
コンストラクタ- パラメータ:
cause- 発生原因例外
-