Package org.cyclos.model.system.monitor
Class SystemMonitorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.system.monitor.SystemMonitorException
-
- All Implemented Interfaces:
Serializable
public class SystemMonitorException extends BusinessException
Exceptions thrown by theSystemMonitorService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemMonitorException()SystemMonitorException(String message)SystemMonitorException(String message, Throwable cause)SystemMonitorException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-