public class

CanceledMigrationException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.migration.CanceledMigrationException

Class Overview

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.

Summary

Public Constructors
CanceledMigrationException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CanceledMigrationException (KeyedMessage message)