Package net.engio.mbassy.bus.error
Class MissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.engio.mbassy.bus.error.MissingPropertyException
- All Implemented Interfaces:
Serializable
This exception is thrown when a property value that is unavailable at runtime is accessed.
It indicates that some parts of the runtime configuration are actually incompatible,
i.e. one component is trying to access a feature of another component that does not
provide the feature (e.g. asynchronous functionality within a synchronous bus)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPropertyException
-