net.java.dev.moskito.core.stats
Class UnknownIntervalLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.java.dev.moskito.core.stats.UnknownIntervalLengthException
All Implemented Interfaces:
Serializable

public class UnknownIntervalLengthException
extends RuntimeException

This Exception indicates that any operation involving Intervals could not estimate the appropriate interval length.

Author:
dvayanu
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialVersionUID
 
Constructor Summary
UnknownIntervalLengthException(String aMessage)
          The Constructor.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serialVersionUID

See Also:
Constant Field Values
Constructor Detail

UnknownIntervalLengthException

public UnknownIntervalLengthException(String aMessage)
The Constructor.

Parameters:
aMessage - the exception message


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework