Class ImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.migration.MigrationException
com.atlassian.bitbucket.migration.ImportException
- All Implemented Interfaces:
- Serializable
Runtime exception generated during import phase of migration
- Since:
- 5.13
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionImportException(KeyedMessage message) ImportException(KeyedMessage message, Object subject) ImportException(KeyedMessage message, Object subject, Throwable cause) ImportException(KeyedMessage message, Throwable cause) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.migration.MigrationExceptiongetSubjectMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ImportException
- 
ImportException
- 
ImportException
- 
ImportExceptionpublic ImportException(@Nonnull KeyedMessage message, @Nullable Object subject, @Nullable Throwable cause) 
 
-