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 Summary
ConstructorDescriptionCanceledMigrationException
(com.atlassian.bitbucket.i18n.KeyedMessage message) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CanceledMigrationException
public CanceledMigrationException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
-