Class InvalidArgumentException

All Implemented Interfaces:
Serializable

public class InvalidArgumentException extends TaskanaRuntimeException
This exception is thrown when a method is called with an invalid argument.
See Also:
  • Field Details

  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String msg)
    • InvalidArgumentException

      public InvalidArgumentException(String msg, Throwable cause)