Class IncorrectParametersException

  • All Implemented Interfaces:
    Serializable

    public class IncorrectParametersException
    extends org.kie.internal.task.exception.TaskException
    Exception that is thrown when the parameters to a query are incorrect, with regard to either the number or type.
    See Also:
    org.jbpm.services.task.service.TaskPersistenceManager#runQueryWithParametersInTx, Serialized Form
    • Constructor Detail

      • IncorrectParametersException

        public IncorrectParametersException​(String message)
      • IncorrectParametersException

        public IncorrectParametersException​(String message,
                                            Throwable cause)