Class InvalidArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- pro.taskana.common.api.exceptions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidArgumentException(String msg)InvalidArgumentException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaRuntimeException
ensureNullIsHandled, getErrorCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ERROR_KEY
public static final String ERROR_KEY
- See Also:
- Constant Field Values
-
-