Class MultipartInput.MalformedStreamException

    • Constructor Detail

      • MalformedStreamException

        public MalformedStreamException​(String message)
        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.)