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:
java.io.Serializable
public class MissingPropertyException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingPropertyException(java.lang.String message)
-