Class UpdatePropertyException

All Implemented Interfaces:
Serializable

public class UpdatePropertyException extends WIMApplicationException
See Also:
  • Constructor Details

    • UpdatePropertyException

      public UpdatePropertyException()
    • UpdatePropertyException

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

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

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