Uses of Class
ccs.LoseException

Packages that use LoseException
ccs Various cross-package exception classes. 
ccs.beetree A B-Tree-based BLOB persistence engine. 
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
ccs.http Utility methods for HTTP servers. 
ccs.mime Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. 
 

Uses of LoseException in ccs
 

Subclasses of LoseException in ccs
 class CipherException
          An specialisation of LoseException thrown by crypto classes, almost always to denote variants on "wrong password".
 class 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.
 

Uses of LoseException in ccs.beetree
 

Subclasses of LoseException in ccs.beetree
 class BeeException
          A BeeTree (database) operation didn't work.
 

Uses of LoseException in ccs.cdb
 

Subclasses of LoseException in ccs.cdb
 class WrongSetException
           
 

Uses of LoseException in ccs.http
 

Methods in ccs.http that throw LoseException
static java.lang.String HUtil.sanex(java.lang.String src, java.lang.String loseMsg)
          Returns a version of the source string which has been sanitised.
 

Uses of LoseException in ccs.mime
 

Subclasses of LoseException in ccs.mime
 class MimePackingException
          A MIME multipart is not validly encoded.
 

Methods in ccs.mime that throw LoseException
 void MimeRegistry.loadDefault()
          loads the default set of MIME types into the registry.
 void MimeRegistry.unregister(MimeType mt)
          remove a MimeType from the registry.