public interface ExceptionTranslationStrategy
Exception
into appropriate DataAccessException
.Modifier and Type | Method and Description |
---|---|
DataAccessException |
translate(Exception e)
Potentially translate the given
Exception into DataAccessException . |
@Nullable DataAccessException translate(Exception e)
Exception
into DataAccessException
.e
- must not be null.Exception
cannot be translated.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.