Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ydb.yoj.repository.db.exception.RepositoryException
tech.ydb.yoj.repository.db.exception.UnavailableException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnavailableException(String message) UnavailableException(String message, Throwable cause) UnavailableException(String message, Throwable cause, boolean alreadyRetried) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnavailableExceptionafterRetries(String message, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
alreadyRetried
public final boolean alreadyRetried
-
-
Constructor Details
-
UnavailableException
-
UnavailableException
-
UnavailableException
-
-
Method Details
-
afterRetries
-