Class MissingPropertyException

All Implemented Interfaces:
Serializable

public class MissingPropertyException extends RuntimeException
Signals that a property is configured incorrectly.
See Also:
  • Constructor Details

    • MissingPropertyException

      public MissingPropertyException()
    • MissingPropertyException

      public MissingPropertyException(String message)
    • MissingPropertyException

      public MissingPropertyException(String message, Throwable cause)
    • MissingPropertyException

      public MissingPropertyException(Throwable cause)
    • MissingPropertyException

      public MissingPropertyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)