Uses of Class
org.openstack4j.api.exceptions.StatusCode
-
Packages that use StatusCode Package Description org.openstack4j.api.exceptions -
-
Uses of StatusCode in org.openstack4j.api.exceptions
Methods in org.openstack4j.api.exceptions that return StatusCode Modifier and Type Method Description static StatusCodeStatusCode. fromCode(int code)StatusCodeClientResponseException. getStatusCode()StatusCodeServerResponseException. getStatusCode()static StatusCodeStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-