Class MultipartInput.MalformedStreamException

All Implemented Interfaces:
Serializable
Enclosing class:
MultipartInput

Signals that the input stream fails to follow the required syntax.
See Also:
  • Constructor Details

    • MalformedStreamException

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

      public MalformedStreamException(String message, Throwable cause)
      Constructs an MalformedStreamException with the specified detail message.
      Parameters:
      message - The detail message.
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)