Class ResourceMonitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osgi.service.resourcemonitoring.ResourceMonitorException
- All Implemented Interfaces:
Serializable
Resource Monitor Exception reports an invalid usage of a monitor.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new ResourceMonitorExceptionResourceMonitorException
(String msg, Throwable t) Create a new ResourceMonitorException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceMonitorException
Create a new ResourceMonitorException- Parameters:
msg
- message
-
ResourceMonitorException
Create a new ResourceMonitorException- Parameters:
msg
- messaget
-
-