net.java.dev.moskito.core.stats
Class UnknownIntervalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- serialVersionUID
- See Also:
- Constant Field Values
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