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 Summary
ConstructorDescriptionExportException
(KeyedMessage message) ExportException
(KeyedMessage message, Object subject) ExportException
(KeyedMessage message, Object subject, Throwable cause) ExportException
(KeyedMessage message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.migration.MigrationException
getSubject
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
-
ExportException
-
ExportException
-
ExportException
-
ExportException
public ExportException(@Nonnull KeyedMessage message, @Nullable Object subject, @Nullable Throwable cause)
-