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