static class MonitoringDataSource.SqlExceptionPredicate extends Object implements MonitoringDataSource.Predicate<SQLException>
| Modifier and Type | Field and Description |
|---|---|
private int |
errorCode |
private String |
messagePattern |
| Constructor and Description |
|---|
MonitoringDataSource.SqlExceptionPredicate(int errorCode,
String messagePattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(SQLException input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsprivate final int errorCode
private final String messagePattern
public MonitoringDataSource.SqlExceptionPredicate(int errorCode,
String messagePattern)
public boolean apply(SQLException input)
apply in interface MonitoringDataSource.Predicate<SQLException>Copyright © 2014 Immobilien Scout GmbH. All rights reserved.