Class ConstraintNotSatisfiedException

  • All Implemented Interfaces:
    Serializable

    public class ConstraintNotSatisfiedException
    extends Exception
    Exception raised when parameter tuning attempts to solve for a constraint that cannot be satisfied by the change(s) in parameters.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConstraintNotSatisfiedException

        public ConstraintNotSatisfiedException​(String message)
        Initializes a new instance of the ConstraintNotSatisfiedException class.
        Parameters:
        message - The message.
      • ConstraintNotSatisfiedException

        public ConstraintNotSatisfiedException​(String message,
                                               Throwable cause)
        Initializes a new instance of the ConstraintNotSatisfiedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
        Parameters:
        message - The error message that explains the reason for the exception.
        cause - The exception that is the cause of the current exception.
      • ConstraintNotSatisfiedException

        public ConstraintNotSatisfiedException​(Throwable cause)
        Initializes a new instance of the ConstraintNotSatisfiedException class a reference to the inner exception that is the cause of this exception.
        Parameters:
        cause - The exception that is the cause of the current exception.