@throws MessageNotReadableException if the message is not in a readable state
()
| 19 | * @throws MessageNotReadableException if the message is not in a readable state |
| 20 | */ |
| 21 | void checkReadable() throws MessageNotReadableException; |
| 22 | /** |
| 23 | * @throws MessageNotWriteableException if the message is not in a writable state |
| 24 | */ |
no outgoing calls
no test coverage detected