Class AutocommitFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- pro.taskana.common.api.exceptions.AutocommitFailedException
-
- All Implemented Interfaces:
Serializable
public class AutocommitFailedException extends TaskanaRuntimeException
This exception is thrown when using TASKANA with the AUTOCOMMIT ConnectionManagementMode and an attempt to commit fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutocommitFailedException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaRuntimeException
getErrorCode
-
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
-
-
Constructor Detail
-
AutocommitFailedException
public AutocommitFailedException(Throwable cause)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classTaskanaRuntimeException
-
-