Class AggregateRepositoryException
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.AggregateRepositoryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidthrowIfNeeded(Collection<? extends RepositoryException> causes) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
throwIfNeeded
public static void throwIfNeeded(Collection<? extends RepositoryException> causes) throws RepositoryException - Throws:
RepositoryException
-