Class ExportException
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.ExportException
- All Implemented Interfaces:
- Serializable
Runtime exception generated during export phase of migration
- Since:
- 5.13
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionExportException(KeyedMessage message) ExportException(KeyedMessage message, Object subject) ExportException(KeyedMessage message, Object subject, Throwable cause) ExportException(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- 
ExportException
- 
ExportException
- 
ExportException
- 
ExportExceptionpublic ExportException(@Nonnull KeyedMessage message, @Nullable Object subject, @Nullable Throwable cause) 
 
-