org.apache.commons.fileupload

Class MultipartStream.MalformedStreamException

Enclosing Class:
MultipartStream

public class MultipartStream.MalformedStreamException
extends IOException

Thrown to indicate that the input stream fails to follow the required syntax.

Constructor Summary

MalformedStreamException()
Constructs a MalformedStreamException with no detail message.
MalformedStreamException(String message)
Constructs an MalformedStreamException with the specified detail message.

Constructor Details

MalformedStreamException

public MalformedStreamException()
Constructs a MalformedStreamException with no detail message.

MalformedStreamException

public MalformedStreamException(String message)
Constructs an MalformedStreamException with the specified detail message.
Parameters:
message - The detail message.

Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.