Class InvalidImportedArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.projectsImport.ProjectsImportException
-
- jetbrains.buildServer.serverSide.projectsImport.InvalidImportedArchiveException
-
- All Implemented Interfaces:
Serializable
public class InvalidImportedArchiveException extends ProjectsImportException
- Author:
- Dmitry Treskunov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidImportedArchiveException(String message)
InvalidImportedArchiveException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-