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 Details

    • SafetyCheckFailedException

      public SafetyCheckFailedException(String message)