Class ImportedArchiveVersionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.projectsImport.ProjectsImportException
-
- jetbrains.buildServer.serverSide.projectsImport.ImportedArchiveVersionMismatchException
-
- All Implemented Interfaces:
Serializable
public class ImportedArchiveVersionMismatchException extends ProjectsImportException
We support import from the backups of the same server version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportedArchiveVersionMismatchException(int archiveVersion, int serverVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getArchiveVersion()
int
getServerVersion()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-