ccs
Class LoseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ccs.LoseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeeException, CipherException, WireException

public class LoseException
extends java.io.IOException

An Exception thrown by CCS classes to indicate an everyday error condition. These will be encountered during routine operations and are (usually!) nothing to worry about.

These date from the earliest days of the CCS codebase and are being replaced with more specific alternatives; this is a long transition. Most of these alternatives subclass this, for backward compatibility during the transition. New code should use a more specific alternative.

See Also:
Serialized Form

Constructor Summary
LoseException(java.lang.String msg)
          creates a new LoseException (all LoseExceptions require a detail message).
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoseException

public LoseException(java.lang.String msg)
creates a new LoseException (all LoseExceptions require a detail message).

Parameters:
msg - The detail message