Class InvalidPropertyException

All Implemented Interfaces:
Serializable

public class InvalidPropertyException extends WIMApplicationException
Member Manager application exception to indicate that the attribute specified by the caller is invalid.
See Also:
  • Constructor Details

    • InvalidPropertyException

      public InvalidPropertyException()
      Creates the Invalid Attribute Exception
    • InvalidPropertyException

      public InvalidPropertyException(String key, String message)
      Creates the Invalid Attribute Exception
      Parameters:
      message - The message or message key of the exception.
    • InvalidPropertyException

      public InvalidPropertyException(String key, String message, Throwable cause)
      Creates the Invalid Attribute Exception
      Parameters:
      message - The message or message key of the exception.
      cause - The cause of the exception.
    • InvalidPropertyException

      public InvalidPropertyException(Throwable cause)
      Creates the Invalid Attribute Exception
      Parameters:
      cause - The cause of the exception.