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

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.UnknownIntervalException
All Implemented Interfaces:
Serializable

public class UnknownIntervalException
extends RuntimeException

This Exception indicates that any operation involving Intervals does not know this Interval.

Author:
dvayanu
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialVersionUID
 
Constructor Summary
UnknownIntervalException(int aId)
          The Constructor.
UnknownIntervalException(String aName)
          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

UnknownIntervalException

public UnknownIntervalException(int aId)
The Constructor.

Parameters:
aId - the Interval id

UnknownIntervalException

public UnknownIntervalException(String aName)
The Constructor.

Parameters:
aName - the Interval name


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