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 ヘッダで与えられた値を超えた場合にスローされます。

関連項目:
直列化された形式

フィールドの概要
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()
オーバーライド:
クラス java.lang.Throwable 内の getMessage


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