@Beta
public interface ExceptionAnalyzer
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
getRootCause(Throwable throwable)
Returns the root cause of an exception
|
boolean |
isLockTimeout(SQLException ex) |
boolean |
isNotNullConstraint(SQLException ex) |
boolean |
isUniqueConstraint(SQLException ex) |
boolean isUniqueConstraint(SQLException ex)
boolean isNotNullConstraint(SQLException ex)
boolean isLockTimeout(SQLException ex)
Copyright © 2023 SAP. All rights reserved.