Interface AMQPExceptions
- 
- All Known Implementing Classes:
 AMQPExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface AMQPExceptionsExceptions for AMQP Connector Assigned ID range is 16000-16099 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AMQPExceptionsex 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionillegalArgumentInvalidFailureStrategy(String strategy)IllegalArgumentExceptionillegalArgumentUnknownFailureStrategy(String strategy)IllegalStateExceptionillegalStateConnectionDisconnected()IllegalStateExceptionillegalStateFindingBean(String className, String beanName)IllegalStateExceptionillegalStateOnlyOneSubscriberAllowed()IllegalStateExceptionillegalStateUnableToCreateClient(Throwable t) 
 - 
 
- 
- 
Field Detail
- 
ex
static final AMQPExceptions ex
 
 - 
 
- 
Method Detail
- 
illegalStateFindingBean
@Message(id=16000, value="Cannot find a %s bean named %s") IllegalStateException illegalStateFindingBean(String className, String beanName) 
- 
illegalStateUnableToCreateClient
@Message(id=16001, value="Unable to create a client, probably a config error") IllegalStateException illegalStateUnableToCreateClient(@Cause Throwable t) 
- 
illegalArgumentInvalidFailureStrategy
@Message(id=16002, value="Invalid failure strategy: %s") IllegalArgumentException illegalArgumentInvalidFailureStrategy(String strategy) 
- 
illegalStateConnectionDisconnected
@Message(id=16003, value="AMQP Connection disconnected") IllegalStateException illegalStateConnectionDisconnected() 
- 
illegalArgumentUnknownFailureStrategy
@Message(id=16004, value="Unknown failure strategy: %s") IllegalArgumentException illegalArgumentUnknownFailureStrategy(String strategy) 
- 
illegalStateOnlyOneSubscriberAllowed
@Message(id=16005, value="Only one subscriber allowed") IllegalStateException illegalStateOnlyOneSubscriberAllowed() 
 - 
 
 -