Class MissingPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.engio.mbassy.bus.error.MissingPropertyException
All Implemented Interfaces:
Serializable

public class MissingPropertyException extends 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:
  • Constructor Details

    • MissingPropertyException

      public MissingPropertyException(String message)