Interface HttpExceptions
- 
- All Known Implementing Classes:
 HttpExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface HttpExceptionsExceptions for HTTP Connector Assigned ID range is 16300-16399 
- 
- 
Field Summary
Fields Modifier and Type Field Description static HttpExceptionsex 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionillegalArgumentInvalidVerb(String actualMethod)IllegalArgumentExceptionillegalArgumentUrlNotSet()RuntimeExceptionruntimePostInvalidStatus(String url, int statusCode)IllegalArgumentExceptionunableToFindSerializer(Class payloadClass, List<String> supportedTypes)IllegalArgumentExceptionunableToLoadClass(String className) 
 - 
 
- 
- 
Field Detail
- 
ex
static final HttpExceptions ex
 
 - 
 
- 
Method Detail
- 
illegalArgumentUrlNotSet
@Message(id=16300, value="The `url` must be set") IllegalArgumentException illegalArgumentUrlNotSet() 
- 
illegalArgumentInvalidVerb
@Message(id=16301, value="Invalid HTTP Verb: %s, only PUT and POST are supported") IllegalArgumentException illegalArgumentInvalidVerb(String actualMethod) 
- 
runtimePostInvalidStatus
@Message(id=16302, value="HTTP request POST %s has not returned a valid status: %d") RuntimeException runtimePostInvalidStatus(String url, int statusCode) 
- 
unableToFindSerializer
@Message(id=16303, value="Unable to find a serializer for type: %s, supported types are: %s") IllegalArgumentException unableToFindSerializer(Class payloadClass, List<String> supportedTypes) 
- 
unableToLoadClass
@Message(id=16304, value="Unable to load the class %s or unable to instantiate it") IllegalArgumentException unableToLoadClass(String className) 
 - 
 
 -