A C D E F G S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ApiException - Exception in com.networknt.exception
-
This is a checked exception that can wrap Status object to give consume a uniform response.
- ApiException(Status) - Constructor for exception com.networknt.exception.ApiException
- ApiException(Status, Throwable) - Constructor for exception com.networknt.exception.ApiException
C
- ClientException - Exception in com.networknt.exception
-
This is a checked exception used by Client module.
- ClientException() - Constructor for exception com.networknt.exception.ClientException
- ClientException(Status) - Constructor for exception com.networknt.exception.ClientException
- ClientException(String) - Constructor for exception com.networknt.exception.ClientException
- ClientException(String, Throwable) - Constructor for exception com.networknt.exception.ClientException
- ClientException(Throwable) - Constructor for exception com.networknt.exception.ClientException
- com.networknt.exception - package com.networknt.exception
- com.networknt.status - package com.networknt.status
- config - Static variable in class com.networknt.status.Status
- CONFIG_NAME - Static variable in class com.networknt.status.Status
D
- defaultSeverity - Static variable in class com.networknt.status.Status
E
- ExpiredTokenException - Exception in com.networknt.exception
-
This is a checked exception used by JWT verification and it is thrown if the JWT token is expired.
- ExpiredTokenException() - Constructor for exception com.networknt.exception.ExpiredTokenException
- ExpiredTokenException(String) - Constructor for exception com.networknt.exception.ExpiredTokenException
- ExpiredTokenException(String, Throwable) - Constructor for exception com.networknt.exception.ExpiredTokenException
- ExpiredTokenException(Throwable) - Constructor for exception com.networknt.exception.ExpiredTokenException
F
- FrameworkException - Exception in com.networknt.exception
-
This is similar exception like ApiException but it is RuntimeException.
- FrameworkException(Status) - Constructor for exception com.networknt.exception.FrameworkException
- FrameworkException(Status, Throwable) - Constructor for exception com.networknt.exception.FrameworkException
G
- getCode() - Method in class com.networknt.status.Status
- getDescription() - Method in class com.networknt.status.Status
- getMessage() - Method in class com.networknt.status.Status
- getSeverity() - Method in class com.networknt.status.Status
- getStatus() - Method in exception com.networknt.exception.ApiException
- getStatus() - Static method in exception com.networknt.exception.ClientException
- getStatus() - Method in exception com.networknt.exception.FrameworkException
- getStatusCode() - Method in class com.networknt.status.Status
S
- serializeStatus(Status) - Method in interface com.networknt.status.StatusSerializer
-
Serialize the status and provide a custom format in the iomplementing class
- setCode(String) - Method in class com.networknt.status.Status
- setDescription(String) - Method in class com.networknt.status.Status
- setMessage(String) - Method in class com.networknt.status.Status
- setSeverity(String) - Method in class com.networknt.status.Status
- setStatus(Status) - Static method in exception com.networknt.exception.ClientException
- setStatusCode(int) - Method in class com.networknt.status.Status
- Status - Class in com.networknt.status
-
For every status response, there is only one message returned.
- Status() - Constructor for class com.networknt.status.Status
-
Default construction that is only used in reflection.
- Status(int, String, String, String) - Constructor for class com.networknt.status.Status
-
Construct a status object based on all the properties in the object.
- Status(int, String, String, String, String) - Constructor for class com.networknt.status.Status
-
Construct a status object based on all the properties in the object.
- Status(String, Object...) - Constructor for class com.networknt.status.Status
-
Construct a status object based on error code and a list of arguments.
- StatusSerializer - Interface in com.networknt.status
-
Interface to allow custom serialization for a Status.
T
- toString() - Method in class com.networknt.status.Status
All Classes All Packages