Package com.wavefront.data
Class DeltaCounterValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.wavefront.data.DataValidationException
-
- com.wavefront.data.DeltaCounterValueException
-
- All Implemented Interfaces:
Serializable
public class DeltaCounterValueException extends DataValidationException
Non-positive delta counters can be handled as a special case and not count against "blocked", if desired.- Author:
- vasily@wavefront.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltaCounterValueException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeltaCounterValueException
public DeltaCounterValueException(String message)
-
-