org.apache.tomcat.util.http.fileupload
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
 
public static class MultipartStream.IllegalBoundaryException
- extends IOException
 
Thrown upon attempt of setting an invalid boundary token.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
MultipartStream.IllegalBoundaryException
public MultipartStream.IllegalBoundaryException()
- Constructs an 
IllegalBoundaryException with no
 detail message.
 
MultipartStream.IllegalBoundaryException
public MultipartStream.IllegalBoundaryException(String message)
- Constructs an 
IllegalBoundaryException with
 the specified detail message.
- Parameters:
 message - The detail message.
 
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.