Uses of Class
vn.payos.exception.APIException
Packages that use APIException
-
Uses of APIException in vn.payos.core
Methods in vn.payos.core that return APIExceptionModifier and TypeMethodDescriptionprotected APIExceptionClient.createAPIException(String text, int status) Create APIException -
Uses of APIException in vn.payos.exception
Subclasses of APIException in vn.payos.exceptionModifier and TypeClassDescriptionclassBadRequestExceptionclassForbiddenExceptionclassInternalServerExceptionclassNotFoundExceptionclassTooManyRequestsExceptionclassUnauthorizedExceptionMethods in vn.payos.exception that return APIExceptionModifier and TypeMethodDescriptionstatic APIExceptionAPIException.fromResponse(int statusCode, String errorCode, String errorDesc, String message) Create an APIException or its specific subclass based on the status code.