Class ProcessInstanceMigrationMigrateProcessor.SafetyCheckFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.engine.processing.processinstance.ProcessInstanceMigrationMigrateProcessor.SafetyCheckFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessInstanceMigrationMigrateProcessor
public static final class ProcessInstanceMigrationMigrateProcessor.SafetyCheckFailedException
extends RuntimeException
Exception that can be thrown when a safety check has failed during migration. It's likely that
a bug is present when this is thrown.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SafetyCheckFailedException
-