Class MultipartStream.MalformedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultipartStream
Thrown to indicate that the input stream fails to follow the
 required syntax.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aMalformedStreamExceptionwith no detail message.MalformedStreamException(String message) Constructs anMalformedStreamExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MalformedStreamExceptionpublic MalformedStreamException()Constructs aMalformedStreamExceptionwith no detail message.
- 
MalformedStreamExceptionConstructs anMalformedStreamExceptionwith the specified detail message.- Parameters:
- message- The detail message.
 
 
-