org.apache.struts.upload
クラス MaxLengthExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.struts.upload.MaxLengthExceededException
- すべての実装インタフェース:
- java.io.Serializable
推奨されていません。 Use the Commons FileUpload based multipart handler instead. This
class will be removed after Struts 1.2.
- public class MaxLengthExceededException
- extends java.io.IOException
This exception is thrown when multipart post data exceeds the maximum
value set
- 関連項目:
- 直列化された形式
|
フィールドの概要 |
protected java.lang.String |
message
推奨されていません。 |
| クラス java.lang.Exception から継承したフィールド |
|
| クラス java.lang.Throwable から継承したフィールド |
|
| クラス 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 |
message
protected java.lang.String message
- 推奨されていません。
MaxLengthExceededException
public MaxLengthExceededException()
- 推奨されていません。
MaxLengthExceededException
public MaxLengthExceededException(long maxLength)
- 推奨されていません。
getMessage
public java.lang.String getMessage()
- 推奨されていません。
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation