ccs.beetree
Class BeeException

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

public class BeeException
extends LoseException

A BeeTree (database) operation didn't work. Generally this is because something wasn't there which should have been, or vice-versa. The BeeTree is still in a good state, by its own low-level standards. (This is necessary but not sufficient for you to win: a valid, empty database which was supposed to contain 100 MB of irreplacable data is nothing to write home about :-)

See Also:
Serialized Form

Constructor Summary
BeeException(java.lang.String msg)
           
 
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

BeeException

public BeeException(java.lang.String msg)