C G H R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.netflix.spinnaker.kork.retrofit - package com.netflix.spinnaker.kork.retrofit
- com.netflix.spinnaker.kork.retrofit.exceptions - package com.netflix.spinnaker.kork.retrofit.exceptions
G
- getInstance() - Static method in class com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerRetrofitErrorHandler
-
Returns an instance of a
SpinnakerRetrofitErrorHandler. - getMessage() - Method in exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerHttpException
- getMessage() - Method in exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
H
- handleError(RetrofitError) - Method in class com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerRetrofitErrorHandler
-
Returns a more specific
Throwabledepending on properties of the caughtRetrofitError.
R
- RetrofitServiceFactoryAutoConfiguration - Class in com.netflix.spinnaker.kork.retrofit
- RetrofitServiceFactoryAutoConfiguration() - Constructor for class com.netflix.spinnaker.kork.retrofit.RetrofitServiceFactoryAutoConfiguration
S
- SpinnakerHttpException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
-
An exception that exposes the
Responseof a given HTTPRetrofitErrorand a detail message that extracts useful information from theResponse. - SpinnakerHttpException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerHttpException
- SpinnakerNetworkException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
-
Wraps an exception of kind
RetrofitError.KindNETWORK. - SpinnakerNetworkException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerNetworkException
- SpinnakerRetrofitErrorHandler - Class in com.netflix.spinnaker.kork.retrofit.exceptions
-
An error handler to be registered with a
RestAdapter. - SpinnakerServerException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
-
An exception that exposes the message of a
RetrofitError. - SpinnakerServerException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
-
Parses the message from the
SpinnakerServerException.RetrofitErrorResponseBodyof aRetrofitError.
All Classes All Packages