Class MultipartMalformedStreamException

  • All Implemented Interfaces:
    Serializable

    public class MultipartMalformedStreamException
    extends IOException
    Thrown to indicate that the input stream fails to follow the required syntax.
    See Also:
    Serialized Form
    • Constructor Detail

      • MultipartMalformedStreamException

        public MultipartMalformedStreamException()
        Constructs a MalformedStreamException with no detail message.
      • MultipartMalformedStreamException

        public MultipartMalformedStreamException​(String sMsg)
        Constructs an MalformedStreamException with the specified detail message.
        Parameters:
        sMsg - The detail message.
      • MultipartMalformedStreamException

        public MultipartMalformedStreamException​(String sMsg,
                                                 Throwable aCause)
        Constructs an MalformedStreamException with the specified detail message.
        Parameters:
        sMsg - The detail message.
        aCause - The cause of the exception