Class AuthenticationResponseHandler
java.lang.Object
mx.com.sw.services.ResponseHandler<AuthenticationResponse>
mx.com.sw.services.authentication.responses.AuthenticationResponseHandler
public class AuthenticationResponseHandler extends ResponseHandler<AuthenticationResponse>
AuthenticationResponseHandler
Clase para handler de exceptions en el servicio de authentication.
- Since:
- 2020-08-01
- Version:
- 0.0.0.1
- Author:
- Juan Gamez
-
Constructor Summary
Constructors Constructor Description AuthenticationResponseHandler()
-
Method Summary
Modifier and Type Method Description AuthenticationResponse
handleException(java.lang.Throwable ex)
Handler de exceptions.Methods inherited from class mx.com.sw.services.ResponseHandler
deserialize, getHTTP, postHTTPJson, postHTTPMultipart
-
Constructor Details
-
AuthenticationResponseHandler
public AuthenticationResponseHandler()
-
-
Method Details
-
handleException
Handler de exceptions.- Specified by:
handleException
in classResponseHandler<AuthenticationResponse>
- Parameters:
ex
- exception.- Returns:
- AuthenticationResponse
- See Also:
AuthenticationResponse
-