Class MultipartStream.IllegalBoundaryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
All Implemented Interfaces:
Serializable
Enclosing class:
MultipartStream

Thrown upon attempt of setting an invalid boundary token.
See Also:
  • Constructor Details

    • IllegalBoundaryException

      Constructs an IllegalBoundaryException with no detail message.
    • IllegalBoundaryException

      Constructs an IllegalBoundaryException with the specified detail message.
      Parameters:
      message - The detail message.