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
Thrown in ConnectionManagementMode AUTOCOMMIT when an attempt to commit fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutocommitFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AutocommitFailedException
public AutocommitFailedException(Throwable cause)
-
-