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

public class MaxLengthExceededException
extends java.io.IOException

この例外はマルチパートポストデータが最大値の設定を超えた場合にスローされます。

関連項目:
直列化された形式
翻訳者:
樋田 佳之 [日本語訳のコメントは、report@jajakarta.orgに送ってください。]

フィールドの概要
protected  java.lang.String message
           
 
クラス java.lang.Exception から継承したフィールド
 
クラス java.lang.Throwable から継承したフィールド
 
コンストラクタの概要
MaxLengthExceededException()
           
MaxLengthExceededException(long maxLength)
           
 
メソッドの概要
 java.lang.String getMessage()
           
 
クラス 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-2002 - Apache Software Foundation