org.apache.commons.fileupload
クラス MultipartStream.IllegalBoundaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
- すべての実装インタフェース:
- Serializable
- 含まれているクラス:
- MultipartStream
- public class MultipartStream.IllegalBoundaryException
- extends IOException
不正なバウンダリトークンを設定しようとした場合に投げられます。
Thrown upon attempt of setting an invalid boundary token.
- 関連項目:
- 直列化された形式
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipartStream.IllegalBoundaryException
public MultipartStream.IllegalBoundaryException()
- 詳細メッセージなしで
IllegalBoundaryException を生成します。
Constructs an IllegalBoundaryException with no
detail message.
MultipartStream.IllegalBoundaryException
public MultipartStream.IllegalBoundaryException(String message)
- 詳細メッセージを設定して
IllegalBoundaryException を生成します。
Constructs an IllegalBoundaryException with
the specified detail message.
- パラメータ:
message - 詳細メッセージ。
The detail message.
このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation