Class RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.RetryException
-
- All Implemented Interfaces:
Serializable
public class RetryException extends DBException
Thrown by a client code inside "runAndRetry", if the transaction is failed and should be tried again.- Author:
- Leonid Bushuev from JetBrains
- See Also:
TooManyRetriesException
, Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Constructor Description RetryException(String message)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.db.DBException
getCauseMessage, getSqlException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RetryException
public RetryException(String message)
-
-