Searched refs:StreamException (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp394 StreamException::StreamException(status_t status) function in class:IMAP::StreamException
607 throw StreamException(B_IO_ERROR);
609 throw StreamException(bytesRead);
709 throw StreamException(B_IO_ERROR);
711 throw StreamException(bytesRead);
724 throw StreamException(B_IO_ERROR);
726 throw StreamException(bytesRead);
H A DResponse.h110 class StreamException : public std::exception { class in namespace:IMAP
112 StreamException(status_t status);
H A DProtocol.cpp357 } catch (StreamException& exception) {

Completed in 92 milliseconds