Package vn.payos.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vn.payos.exception.PayOSException
vn.payos.exception.APIException
vn.payos.exception.NotFoundException
- All Implemented Interfaces:
Serializable
NotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message) NotFoundExceptionNotFoundException(String message, Integer statusCode, String errorCode, String errorDesc) NotFoundExceptionNotFoundException(String message, Throwable cause, Integer statusCode, String errorCode, String errorDesc) NotFoundException -
Method Summary
Methods inherited from class vn.payos.exception.APIException
fromResponse, getErrorCode, getErrorDesc, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
NotFoundException- Parameters:
message- message
-
NotFoundException
NotFoundException- Parameters:
message- messagestatusCode- status codeerrorCode- codeerrorDesc- desc
-
NotFoundException
public NotFoundException(String message, Throwable cause, Integer statusCode, String errorCode, String errorDesc) NotFoundException- Parameters:
message- messagecause- causestatusCode- status codeerrorCode- codeerrorDesc- desc
-