Class MultipartInput.FileUploadBoundaryException

All Implemented Interfaces:
Serializable
Enclosing class:
MultipartInput

public static class MultipartInput.FileUploadBoundaryException extends FileUploadException
Signals an attempt to set an invalid boundary token.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The UID to use when serializing this instance.
      See Also:
  • Constructor Details

    • FileUploadBoundaryException

      public FileUploadBoundaryException(String message)
      Constructs an instance with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)