August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)

Kamaelia.Exceptions

General Kamaelia Exceptions

This module defines a set of standard exceptions generally useful in Kamaelia. They are all based on the Axon.AxonExceptions.AxonException base class.

The exceptions

  • BadRequest(request, innerexception) - signalling that a request caused an exception``self.request`` is the original request and self.exception is the exception that it caused to be thrown
  • socketSendFailure() - signalling that a socket failed trying to send
  • connectionClosedown() - singalling that a connection closed down
  • connectionDied() - signalling that a connection died * connectionDiedSending() * connectionDiedReceiving() * connectionServerShutdown()

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 05 Jun 2009 at 03:01:38 UTC/GMT