Apache Tomcat 6.0.53

org.apache.tomcat.util.http.fileupload
Class MultipartStream.IllegalBoundaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MultipartStream

public class MultipartStream.IllegalBoundaryException
extends java.io.IOException

Thrown upon attempt of setting an invalid boundary token.

See Also:
Serialized Form

Constructor Summary
MultipartStream.IllegalBoundaryException()
          Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(java.lang.String message)
          Constructs an IllegalBoundaryException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.


MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException(java.lang.String message)
Constructs an IllegalBoundaryException with the specified detail message.

Parameters:
message - The detail message.

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.