class |
ChannelErrorException |
Exception thrown if the client attempted to work with a channel that had not
been correctly opened.
|
class |
CommandInvalidException |
Exception thrown if the client sent an invalid sequence of frames, attempting
to perform an operation that was considered invalid by the server.
|
class |
FrameErrorException |
Exception thrown if the sender sent a malformed frame that the recipient
could not decode.
|
class |
InternalErrorException |
Exception thrown if the server could not complete the method because of an
internal error.
|
class |
InterruptedException |
|
class |
NotAllowedException |
Exception thrown if the client tried to work with some entity in a manner
that is prohibited by the server, due to security settings or by some other
criteria.
|
class |
NotImplementedException |
Exception thrown if the client tried to use functionality that is not
implemented in the server.
|
class |
SyntaxErrorException |
Exception thrown if the sender sent a frame that contained illegal values for
one or more fields.
|
class |
TransactionException |
|
class |
UnexpectedFrameException |
Exception thrown if the peer sent a frame that was not expected, usually in
the context of a content header and body.
|