Package org.osgi.service.cm
Class ReadOnlyConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.cm.ReadOnlyConfigurationException
- All Implemented Interfaces:
Serializable
An
Exception
class to inform the client of a Configuration
about the read only
state of a
configuration object.- Since:
- 1.6
- See Also:
-
Constructor Summary
ConstructorDescriptionReadOnlyConfigurationException
(String reason) Create aReadOnlyConfigurationException
object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyConfigurationException
Create aReadOnlyConfigurationException
object.- Parameters:
reason
- reason for failure
-