org.ops4j.monitors
Class MonitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ops4j.monitors.MonitorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TooManyMonitorsException
public class MonitorException
- extends RuntimeException
MonitorException is used to indicate problems in the Monitor subsystem.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MonitorException
public MonitorException(String message,
Throwable exception)
- Constructor of a MonitorException
- Parameters:
message
- The message.exception
- The Exception that is the underlying cause.
Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.