Class KnownNonRecoverableStartupError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.maintenance.exceptions.ServerStartupError
-
- jetbrains.buildServer.maintenance.exceptions.KnownNonRecoverableStartupError
-
- All Implemented Interfaces:
Serializable
,KnownStartupError
- Direct Known Subclasses:
DataPartsInconsistentError
,JavaVersionNotSupported
public class KnownNonRecoverableStartupError extends ServerStartupError implements KnownStartupError
This exception may be raised at startup if a known non-recoverable problem has encountered. Non-recoverable meant it could not be recovered without server restarting. The message of this exception should be a user-friendly sentence that will be shown on a web page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KnownNonRecoverableStartupError(Exception cause)
KnownNonRecoverableStartupError(String message)
KnownNonRecoverableStartupError(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
-
-