Interface CamelExceptions
-
- All Known Implementing Classes:
CamelExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface CamelExceptions
Exceptions for Camel Connector Assigned ID range is 17600-17699
-
-
Field Summary
Fields Modifier and Type Field Description static CamelExceptions
ex
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentException
illegalArgumentUnknownStrategy(CamelFailureHandler.Strategy strategy)
IllegalStateException
unableToRegisterService(Throwable cause)
-
-
-
Field Detail
-
ex
static final CamelExceptions ex
-
-
Method Detail
-
illegalArgumentUnknownStrategy
@Message(id=17600, value="Unknown failure strategy: %s") IllegalArgumentException illegalArgumentUnknownStrategy(CamelFailureHandler.Strategy strategy)
-
unableToRegisterService
@Message(id=17601, value="Unable to register CamelReactiveStreamsService service") IllegalStateException unableToRegisterService(@Cause Throwable cause)
-
-