Modifier and Type | Class and Description |
---|---|
class |
HandlerException |
Modifier and Type | Method and Description |
---|---|
HandleableException |
HandleableException.config(Class<? extends Exception> root,
Class<? extends RuntimeException> translateTo,
String message)
Mapping
root checked exception to translateTo unchecked. |
HandleableException |
HandlerException.config(Class<? extends Exception> caught,
Class<? extends RuntimeException> translateTo,
String message) |
HandleableException |
HandleableException.config(Class<? extends Exception> root,
String message)
Mapping
root checked exception to unchecked, RuntimeException . |
HandleableException |
HandlerException.config(Class<? extends Exception> caught,
String message) |
HandleableException |
HandleableException.logInfoOff() |
HandleableException |
HandlerException.logInfoOff() |
HandleableException |
HandleableException.logInfoOn() |
HandleableException |
HandlerException.logInfoOn() |
HandleableException |
HandleableException.mute() |
HandleableException |
HandlerException.mute() |
HandleableException |
HandleableException.mute(Class<? extends Exception> ex) |
HandleableException |
HandlerException.mute(Class<? extends Exception> clazz) |
Modifier and Type | Method and Description |
---|---|
ObjectProxy<T> |
ObjectProxy.with(HandleableException handle) |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
ConnectionFactory.with(HandleableException handlerException) |
Constructor and Description |
---|
CassandraSessionFactory(Properties props,
String contextName,
RegisterType registerType,
HandleableException handlerException) |
Modifier and Type | Field and Description |
---|---|
protected HandleableException |
DefaultCommand.handlerException |
Modifier and Type | Method and Description |
---|---|
Command |
BulkCommand.with(HandleableException handleableException) |
Command |
DefaultCommand.with(HandleableException handlerException) |
Command |
DefaultQuery.with(HandleableException handleableException) |
Constructor and Description |
---|
CassandraSequenceGeneratedKey(Insertable isql,
com.datastax.driver.core.Session session,
HandleableException handlerException) |
Modifier and Type | Field and Description |
---|---|
protected HandleableException |
DefaultCommandHandler.handleableException |
Modifier and Type | Method and Description |
---|---|
Command |
Command.with(HandleableException handlerException)
Configure the handler exception for the command
|
CommandHandler |
CommandHandler.with(HandleableException handlerException)
Configure the life-cycle with the handler exception
|
CommandHandler |
DefaultCommandHandler.with(HandleableException handlerException) |
Command |
NoCommand.with(HandleableException handleableException) |
CommandHandler |
NoCommandHandler.with(HandleableException handlerException) |
Modifier and Type | Method and Description |
---|---|
HttpConnectionFactory |
HttpConnectionFactory.with(HandleableException handlerException) |
Modifier and Type | Field and Description |
---|---|
protected HandleableException |
AbstractCommand.handlerException |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractCommand.with(HandleableException handlerException) |
Constructor and Description |
---|
JdbcConnectionAdapter(String contextName,
Connection conn,
HandleableException handlerException) |
Modifier and Type | Field and Description |
---|---|
protected HandleableException |
AbstractJdbcCommand.handlerException |
Modifier and Type | Method and Description |
---|---|
Command |
AbstractJdbcCommand.with(HandleableException handlerException) |
Constructor and Description |
---|
JdbcAutoGeneratedKey(PreparedStatement stmt,
HandleableException handlerException) |
JdbcSequenceGeneratedKey(Insertable isql,
Connection conn,
HandleableException handlerException) |
Constructor and Description |
---|
JpaCommandAdapter(String contextName,
JpaEmFactory emFactory,
HandleableException handlerException) |
Modifier and Type | Field and Description |
---|---|
protected HandleableException |
BulkJpaCommand.handlerException |
protected HandleableException |
DefaultJpaCommand.handlerException |
protected HandleableException |
MergeCommand.handlerException |
protected HandleableException |
PersistCommand.handlerException |
protected HandleableException |
RemoveCommand.handlerException |
Modifier and Type | Method and Description |
---|---|
Command |
BulkJpaCommand.with(HandleableException handlerException) |
Command |
DefaultJpaCommand.with(HandleableException handlerException) |
Command |
DefaultJpaQuery.with(HandleableException handleableException) |
Command |
MergeCommand.with(HandleableException handlerException) |
Command |
PersistCommand.with(HandleableException handlerException) |
Command |
RemoveCommand.with(HandleableException handlerException) |
Constructor and Description |
---|
JpaStatementAdapter(javax.persistence.Query query,
Queryable queryable,
HandleableException handlerException) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.