Class MultipartStream.IllegalBoundaryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.external.apache.commons.fileupload2.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:
  • Constructor Details

    • IllegalBoundaryException

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

      public IllegalBoundaryException(String message)
      Constructs an IllegalBoundaryException with the specified detail message.
      Parameters:
      message - The detail message.