net.spy.db
Class OverDrawnException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.spy.db.OverDrawnException
All Implemented Interfaces:
Serializable

public class OverDrawnException
extends Exception

Exception thrown from KeyStore when too many keys are requested.

See Also:
Serialized Form

Constructor Summary
OverDrawnException()
          Get an instance of OverDrawnException.
 
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

OverDrawnException

public OverDrawnException()
Get an instance of OverDrawnException.