Package org.uncommons.util.id
Class IDSourceExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uncommons.util.id.IDSourceExhaustedException
-
- All Implemented Interfaces:
Serializable
public class IDSourceExhaustedException extends RuntimeException
Unchecked exception thrown if anIDSource
runs out of unique IDs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IDSourceExhaustedException(String string)
IDSourceExhaustedException(String string, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-