org.apache.commons.fileupload
Class MultipartStream.IllegalBoundaryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.commons.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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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.