Uses of Package
uk.org.ury.common.protocol.exceptions

Packages that use uk.org.ury.common.protocol.exceptions
uk.org.ury.common.protocol   
uk.org.ury.frontend.client   
uk.org.ury.frontend.modules.library   
 

Classes in uk.org.ury.common.protocol.exceptions used by uk.org.ury.common.protocol
DecodeFailureException
          Exception thrown when the protocol decoder fails.
EncodeFailureException
          Exception thrown when the protocol encoder fails.
InvalidMessageException
          Generic exception thrown when a protocol function cannot process a message due to an issue with the message.
 

Classes in uk.org.ury.common.protocol.exceptions used by uk.org.ury.frontend.client
DecodeFailureException
          Exception thrown when the protocol decoder fails.
 

Classes in uk.org.ury.common.protocol.exceptions used by uk.org.ury.frontend.modules.library
InvalidMessageException
          Generic exception thrown when a protocol function cannot process a message due to an issue with the message.