org.apache.commons.id.uuid.clock
Class OverClockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.id.uuid.clock.OverClockedException
All Implemented Interfaces:
java.io.Serializable

public class OverClockedException
extends java.lang.Exception

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.

Version:
$Revision: 480488 $ $Date: 2006-11-29 08:57:26 +0000 (Wed, 29 Nov 2006) $
Author:
Commons-Id Team
See Also:
Serialized Form

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

OverClockedException

public OverClockedException()

Constructs a OverClockedException with no message.


OverClockedException

public OverClockedException(java.lang.String msg)

Constructs a OverClockedException with a message.

Parameters:
msg - the String message for this exception.


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.