Uses of Class
com.microsoft.rest.RestException
-
Packages that use RestException Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.protocol The package contains classes that interfaces defining the behaviors of the necessary components of a Rest Client. -
-
Uses of RestException in com.microsoft.rest
Classes in com.microsoft.rest with type parameters of type RestException Modifier and Type Class Description classServiceResponseBuilder<T,E extends RestException>The builder for building aServiceResponse.Methods in com.microsoft.rest with type parameters of type RestException Modifier and Type Method Description <T,E extends RestException>
ServiceResponseBuilder<T,E>ServiceResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)Methods in com.microsoft.rest that return types with arguments of type RestException Modifier and Type Method Description Class<? extends RestException>ServiceResponseBuilder. exceptionType()Method parameters in com.microsoft.rest with type arguments of type RestException Modifier and Type Method Description ServiceResponseBuilder<T,E>ServiceResponseBuilder. registerError(Class<? extends RestException> type) -
Uses of RestException in com.microsoft.rest.protocol
Classes in com.microsoft.rest.protocol with type parameters of type RestException Modifier and Type Interface Description interfaceResponseBuilder<T,E extends RestException>Defines an interface that can process a Retrofit 2 response into a deserialized body or an exception, depending on the status code registered.Methods in com.microsoft.rest.protocol with type parameters of type RestException Modifier and Type Method Description <T,E extends RestException>
ResponseBuilder<T,E>ResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)Returns a response builder instance.Method parameters in com.microsoft.rest.protocol with type arguments of type RestException Modifier and Type Method Description ResponseBuilder<T,E>ResponseBuilder. registerError(Class<? extends RestException> type)Register a destination type for errors with models.
-