Interface AmqpExceptionBuilder
-
- All Known Implementing Classes:
AmqpClosedConnectionBuilder,AmqpConnectionBuilder,AmqpConnectionSessionBuilder,AmqpConsumerBuilder,AmqpProducerBuilder,AmqpResourceBuilder,AmqpSessionBuilder,AmqpTemporaryDestinationBuilder,AmqpTransactionCoordinatorBuilder
public interface AmqpExceptionBuilderUsed to provide a source for an exception based on some event such as operation timed out, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderExceptioncreateException()Creates an exception appropriate to some failure condition
-
-
-
Method Detail
-
createException
ProviderException createException()
Creates an exception appropriate to some failure condition- Returns:
- a new Exception instance that describes a failure condition.
-
-