Class MultipartStream.IllegalBoundaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultipartStream
Thrown upon attempt of setting an invalid boundary token.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs anIllegalBoundaryExceptionwith no detail message.IllegalBoundaryException(String message) Constructs anIllegalBoundaryExceptionwith 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- 
IllegalBoundaryExceptionpublic IllegalBoundaryException()Constructs anIllegalBoundaryExceptionwith no detail message.
- 
IllegalBoundaryExceptionConstructs anIllegalBoundaryExceptionwith the specified detail message.- Parameters:
- message- The detail message.
 
 
-