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