Class MissingMandatoryPropertyException

All Implemented Interfaces:
Serializable

public class MissingMandatoryPropertyException extends WIMApplicationException
See Also:
  • Constructor Details

    • MissingMandatoryPropertyException

      public MissingMandatoryPropertyException()
    • MissingMandatoryPropertyException

      public MissingMandatoryPropertyException(String key, String message)
      Parameters:
      message -
    • MissingMandatoryPropertyException

      public MissingMandatoryPropertyException(Throwable cause)
      Parameters:
      cause -
    • MissingMandatoryPropertyException

      public MissingMandatoryPropertyException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -