Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingPropertyException

        public MissingPropertyException​(java.lang.String message)