Interface AMQPExceptions
-
- All Known Implementing Classes:
AMQPExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface AMQPExceptions
Exceptions for AMQP Connector Assigned ID range is 16000-16099
-
-
Field Summary
Fields Modifier and Type Field Description static AMQPExceptions
ex
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentException
illegalArgumentInvalidFailureStrategy(String strategy)
IllegalArgumentException
illegalArgumentUnknownFailureStrategy(String strategy)
IllegalStateException
illegalStateConnectionDisconnected()
IllegalStateException
illegalStateFindingBean(String className, String beanName)
IllegalStateException
illegalStateOnlyOneSubscriberAllowed()
IllegalStateException
illegalStateUnableToCreateClient(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()
-
-