Package org.opennms.netmgt.threshd
Class ThresholdExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.threshd.ThresholdExpressionException
-
- All Implemented Interfaces:
Serializable
public class ThresholdExpressionException extends Exception
ThresholdExpressionException class.
- Version:
- $Id: $
- Author:
- Craig Miskell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThresholdExpressionException(String message)
Constructor for ThresholdExpressionException.ThresholdExpressionException(String message, Throwable cause)
Constructor for ThresholdExpressionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-