Class UnknownStatsParameterSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterSetException
-
- All Implemented Interfaces:
Serializable
public class UnknownStatsParameterSetException extends Exception
Thrown when an operation requests information from a statistics parameter set that does not exist.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownStatsParameterSetException()
UnknownStatsParameterSetException(String message)
UnknownStatsParameterSetException(String message, Throwable cause)
UnknownStatsParameterSetException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-