Class UnknownServerStartupError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.maintenance.exceptions.ServerStartupError
-
- jetbrains.buildServer.maintenance.exceptions.UnknownServerStartupError
-
- All Implemented Interfaces:
Serializable
public class UnknownServerStartupError extends ServerStartupError
- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownServerStartupError(String message)
UnknownServerStartupError(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
-
-