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:
- java.io.Serializable
 - Enclosing class:
- MultipartStream
 
 public static class MultipartStream.IllegalBoundaryException extends java.io.IOExceptionThrown upon attempt of setting an invalid boundary token.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IllegalBoundaryException()Constructs anIllegalBoundaryExceptionwith no detail message.IllegalBoundaryException(java.lang.String message)Constructs anIllegalBoundaryExceptionwith the specified detail message.
 
- 
- 
- 
Constructor Detail- 
IllegalBoundaryExceptionpublic IllegalBoundaryException() Constructs anIllegalBoundaryExceptionwith no detail message.
 - 
IllegalBoundaryExceptionpublic IllegalBoundaryException(java.lang.String message) Constructs anIllegalBoundaryExceptionwith the specified detail message.- Parameters:
- message- The detail message.
 
 
- 
 
-