Uses of Enum Class
dev.getelements.elements.rt.ResponseCode
Packages that use ResponseCode
-
Uses of ResponseCode in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return ResponseCodeModifier and TypeMethodDescriptionstatic ResponseCode
ResponseCode.getCodeForValue
(int code) Gets the code for the value.static ResponseCode
Returns the enum constant of this class with the specified name.static ResponseCode[]
ResponseCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResponseCode in dev.getelements.elements.rt.exception
Methods in dev.getelements.elements.rt.exception that return ResponseCodeModifier and TypeMethodDescriptionAssetNotFoundException.getResponseCode()
AsyncOperationCanceledException.getResponseCode()
BadManifestException.getResponseCode()
BadRequestException.getResponseCode()
abstract ResponseCode
BaseException.getResponseCode()
ContentionException.getResponseCode()
CorruptEnvelopeException.getResponseCode()
DeadResourceException.getResponseCode()
DuplicateException.getResponseCode()
DuplicateTaskException.getResponseCode()
HandlerTimeoutException.getResponseCode()
InstanceNotFoundException.getResponseCode()
InternalException.getResponseCode()
ManifestNotFoundException.getResponseCode()
MethodNotFoundException.getResponseCode()
ModelNotFoundException.getResponseCode()
ModuleNotFoundException.getResponseCode()
NodeNotFoundException.getResponseCode()
NoSuchTaskException.getResponseCode()
OperationNotFoundException.getResponseCode()
ParameterNotFoundException.getResponseCode()
RemoteThrowableException.getResponseCode()
ResourceDestroyedException.getResponseCode()
ResourceNotFoundException.getResponseCode()
RoutingException.getResponseCode()
ServiceNotFoundException.getResponseCode()
TaskKilledException.getResponseCode()
UnacceptableContentException.getResponseCode()
UnsupportedMediaTypeException.getResponseCode()
VerbNotSupportedException.getResponseCode()