Class InvalidPropertyException

All Implemented Interfaces:
Serializable

public class InvalidPropertyException extends SchedulerException
Exception used to indicate that a property in the list of constrainable properties is invalid.
See Also:
  • Constructor Details

    • InvalidPropertyException

      public InvalidPropertyException()
      Default constructor.
    • InvalidPropertyException

      public InvalidPropertyException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the detailed message associated with this exception
    • InvalidPropertyException

      public InvalidPropertyException(Throwable cause)
      Constructor that creates the instance based on a cause.
      Parameters:
      cause - the underlying cause for exception
    • InvalidPropertyException

      public InvalidPropertyException(String msg, Throwable cause)
      Constructor to create the instance with an message and cause.
      Parameters:
      msg - the detailed message to be associated with the exception
      cause - the underlying cause.