|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.id.uuid.clock.OverClockedException
public class OverClockedException
This exception is raised whenever the clock generates too many timestamps in a given system interval. In otherwords the exception occurs when the last timestamp is the same as the current timestamp. The has overclocked.
Constructor Summary | |
---|---|
OverClockedException()
Constructs a OverClockedException with no message. |
|
OverClockedException(java.lang.String msg)
Constructs a OverClockedException with a 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 |
---|
public OverClockedException()
Constructs a OverClockedException
with no message.
public OverClockedException(java.lang.String msg)
OverClockedException
with a message.
msg
- the String message for this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |