org.apache.struts.upload
クラス ContentLengthExceededException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.io.IOException
              拡張org.apache.struts.upload.ContentLengthExceededException
すべての実装インタフェース:
java.io.Serializable

public class ContentLengthExceededException
extends java.io.IOException

この例外はマルチパートポストデータが Content-Length ヘッダで与えられた値を超えた場合にスローされます。

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

フィールドの概要
protected  java.lang.String message
           
 
クラス java.lang.Exception から継承したフィールド
 
クラス java.lang.Throwable から継承したフィールド
 
コンストラクタの概要
ContentLengthExceededException()
           
ContentLengthExceededException(long contentLength)
           
 
メソッドの概要
 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
コンストラクタの詳細

ContentLengthExceededException

public ContentLengthExceededException()

ContentLengthExceededException

public ContentLengthExceededException(long contentLength)
メソッドの詳細

getMessage

public java.lang.String getMessage()


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2002 - Apache Software Foundation