Class ConstraintSatisfiedException

  • All Implemented Interfaces:
    Serializable

    public class ConstraintSatisfiedException
    extends Exception
    Exception raised when parameter tuning attempts to solve for a constraint that is already true.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConstraintSatisfiedException

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

        public ConstraintSatisfiedException​(String message,
                                            Throwable cause)
        Initializes a new instance of the ConstraintSatisfiedException 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.
      • ConstraintSatisfiedException

        public ConstraintSatisfiedException​(Throwable cause)
        Initializes a new instance of the ConstraintSatisfiedException 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.