Class CanceledMigrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.migration.CanceledMigrationException
All Implemented Interfaces:
Serializable

public class CanceledMigrationException extends com.atlassian.bitbucket.ServiceException
Thrown during migration operations to signal the caller that the operation has been canceled and that the caller should clean up the state they own and stop any work. Should always be re-thrown if caught.
Since:
5.13
See Also:
  • Constructor Details

    • CanceledMigrationException

      public CanceledMigrationException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)