| Exception | Description |
|---|---|
| GeneralMultiPartMIMEReaderStreamException |
Represents a general exception when reading from the
MultiPartMIMEReader. |
| MultiPartIllegalFormatException |
Represents in an illegally formed multipart mime body.
|
| MultiPartReaderFinishedException |
Represents an attempt to use a
MultiPartMIMEReader that has already finished. |
| SinglePartBindException |
Represents an error when trying to re-register a callback with a
MultiPartMIMEReader.SinglePartMIMEReader. |
| SinglePartFinishedException |
Represents an error when trying to use an already finished
MultiPartMIMEReader.SinglePartMIMEReader. |
| SinglePartNotInitializedException |
Represents an error when trying to use APIs on
MultiPartMIMEReader.SinglePartMIMEReader
without prior callback registration. |
| StreamBusyException |
Represents an error when trying to use APIs on
MultiPartMIMEReader.SinglePartMIMEReader
or MultiPartMIMEReader in an incorrect state. |