Class MonitoringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
ecmwf.web.ECMWFException
ecmwf.ecpds.master.plugin.http.model.monitoring.MonitoringException
- All Implemented Interfaces:
Serializable,org.apache.commons.lang.exception.Nestable
public class MonitoringException
extends ecmwf.web.ECMWFException
The Class MonitoringException.
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate -
Constructor Summary
ConstructorsConstructorDescriptionMonitoringException(String message) Instantiates a new monitoring exception.MonitoringException(String message, Throwable t) Instantiates a new monitoring exception. -
Method Summary
Methods inherited from class ecmwf.web.ECMWFException
getFullMessageMethods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
MonitoringException
Instantiates a new monitoring exception.- Parameters:
message- the message
-
MonitoringException
-