p2p/protocol/stomp/stomp_exceptions library
Exceptions / Errors
- StompAckException
- Exception thrown when STOMP message acknowledgment fails
- StompAuthenticationException
- Exception thrown when STOMP authentication fails
- StompConnectionException
- Exception thrown when STOMP connection fails
- StompDestinationException
- Exception thrown when STOMP destination is invalid
- StompException
- STOMP protocol exceptions and error handling. Base exception for all STOMP-related errors
- StompFrameException
- Exception thrown when a STOMP frame is malformed
- StompFrameSizeException
- Exception thrown when STOMP frame size limits are exceeded
- StompHeartBeatException
- Exception thrown when STOMP heart-beat fails
- StompProtocolException
- Exception thrown when STOMP protocol negotiation fails
- StompSendException
- Exception thrown when STOMP message sending fails
- StompServerErrorException
- Exception thrown when STOMP server sends an ERROR frame
- StompStateException
- Exception thrown when STOMP state is invalid for the requested operation
- StompSubscriptionException
- Exception thrown when a STOMP subscription operation fails
- StompTimeoutException
- Exception thrown when STOMP timeout occurs
- StompTransactionException
- Exception thrown when a STOMP transaction operation fails