com.bigdata.counters
Class TimestampOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.bigdata.counters.TimestampOrderException
- All Implemented Interfaces:
- Serializable
public class TimestampOrderException
- extends IllegalStateException
Used to reject samples that arrive way out of timestamp order.
- Version:
- $Id: TimestampOrderException.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimestampOrderException
public TimestampOrderException()
TimestampOrderException
public TimestampOrderException(String arg0)
- Parameters:
arg0 -
TimestampOrderException
public TimestampOrderException(Throwable arg0)
- Parameters:
arg0 -
TimestampOrderException
public TimestampOrderException(String arg0,
Throwable arg1)
- Parameters:
arg0 - arg1 -
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.