public class ShardedDataAccessException
extends org.springframework.dao.DataAccessException
| Constructor and Description |
|---|
ShardedDataAccessException(String msg,
Map<Integer,Throwable> causes)
Creates a
ShardedDataAccessException with specified detail message and causes. |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Throwable> |
getCauses()
Returns an immutable map with the shard id and respective cause.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2022 Zalando SE. All rights reserved.