Class ServerStartupError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.maintenance.exceptions.ServerStartupError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KnownNonRecoverableStartupError
,KnownRecoverableError
,UnknownServerStartupError
,UnknownUpgradeError
public class ServerStartupError extends Exception
Raised when TeamCity server could not start.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ServerStartupError(String message)
protected
ServerStartupError(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
-
-