Package jetbrains.buildServer
Class ServerStillInitializingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.ServerStillInitializingException
-
- All Implemented Interfaces:
Serializable
public class ServerStillInitializingException extends TeamCityRuntimeException
- Author:
- Sergey.Pak Date: 5/2/2015 Time: 2:53 PM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerStillInitializingException()
ServerStillInitializingException(String message)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.TeamCityRuntimeException
isSkipLogging
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServerStillInitializingException
public ServerStillInitializingException(String message)
-
ServerStillInitializingException
public ServerStillInitializingException()
-
-