Class ResourceMonitorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osgi.service.resourcemonitoring.ResourceMonitorException
All Implemented Interfaces:
Serializable

public class ResourceMonitorException extends Exception
Resource Monitor Exception reports an invalid usage of a monitor.
Version:
1.0
Author:
$Id: 2bb50571973d6832518f3c8a50a96a37dbf85f20 $
See Also:
  • Constructor Details

    • ResourceMonitorException

      public ResourceMonitorException(String msg)
      Create a new ResourceMonitorException
      Parameters:
      msg - message
    • ResourceMonitorException

      public ResourceMonitorException(String msg, Throwable t)
      Create a new ResourceMonitorException
      Parameters:
      msg - message
      t -