public final class EventstormRepositoryException extends EventstormSqlException
| Modifier and Type | Class and Description |
|---|---|
static class |
EventstormRepositoryException.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_POJO |
static String |
PARAM_SIZE |
static String |
PARAM_SQL |
| Constructor and Description |
|---|
EventstormRepositoryException(EventstormRepositoryException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params) |
EventstormRepositoryException(EventstormRepositoryException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params,
SQLException cause) |
getType, getValuesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String PARAM_SQL
public static final String PARAM_POJO
public static final String PARAM_SIZE
public EventstormRepositoryException(EventstormRepositoryException.Type type, com.google.common.collect.ImmutableMap<String,Object> params, SQLException cause)
public EventstormRepositoryException(EventstormRepositoryException.Type type, com.google.common.collect.ImmutableMap<String,Object> params)
Copyright © 2019. All rights reserved.