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 から継承したフィールド
 
コンストラクタの概要
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-2004 - Apache Software Foundation