Package jetbrains.buildServer.serverSide
Class SystemStartupProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.SystemStartupProblem
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseMissingException
public class SystemStartupProblem extends RuntimeException
Thrown when the TeamCity server could not start up perfectly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemStartupProblem(String message)
SystemStartupProblem(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
-
-