Watchmaker Framework API
(Version 0.6.2)

org.uncommons.util.id
Class IDSourceExhaustedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.uncommons.util.id.IDSourceExhaustedException
All Implemented Interfaces:
Serializable

public class IDSourceExhaustedException
extends RuntimeException

Unchecked exception thrown if an IDSource runs out of unique IDs.

Author:
Daniel Dyer
See Also:
Serialized Form

Constructor Summary
IDSourceExhaustedException(String string)
           
IDSourceExhaustedException(String string, Throwable throwable)
           
 
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

IDSourceExhaustedException

public IDSourceExhaustedException(String string)

IDSourceExhaustedException

public IDSourceExhaustedException(String string,
                                  Throwable throwable)

Watchmaker Framework API
(Version 0.6.2)