Package ccs

Various cross-package exception classes.

See:
          Description

Class Summary
Kernel Uninstantiable holder class for the current kernel version.
 

Exception Summary
ArghException An exception thrown by CCS classes to indicate a more severe problem than a LoseException.
CipherException An specialisation of LoseException thrown by crypto classes, almost always to denote variants on "wrong password".
LoseException An Exception thrown by CCS classes to indicate an everyday error condition.
NoAccessException NoAccessException is thrown to indicate that the operation has been disallowed on access-control grounds.
WireException A WireException represents a breach of a wire protocol such as SMTP or HTTP, as detected by lower-level constructs that are shared between multiple protocols.
 

Package ccs Description

Various cross-package exception classes. Prefer more specific exceptions where appropriate.