org.ops4j.monitors
Class MonitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.monitors.MonitorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TooManyMonitorsException

public class MonitorException
extends java.lang.RuntimeException

MonitorException is used to indicate problems in the Monitor subsystem.

See Also:
Serialized Form

Constructor Summary
MonitorException(java.lang.String message, java.lang.Throwable exception)
          Constructor of a MonitorException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorException

public MonitorException(java.lang.String message,
                        java.lang.Throwable exception)
Constructor of a MonitorException

Parameters:
message - The message.
exception - The Exception that is the underlying cause.


Copyright © 2006-2008 OPS4J - Open Participation Software for Java. All Rights Reserved.