Uses of Class
com.jk.core.exceptions.JKException
Packages that use JKException
Package
Description
-
Uses of JKException in com.jk.core.exceptions
Subclasses of JKException in com.jk.core.exceptionsModifier and TypeClassDescriptionclass
This class represents exception thrown when an invalid name is encountered.class
This class represents exception thrown to indicate an assertion failure within the application.class
This class represents exception thrown to indicate an authentication-related errors within the applicationclass
This class represents exception thrown to indicate an authorization-related errors within the applicationclass
This class represents exception thrown to indicate an data access-related errors within the application.class
This class represents exception thrown to indicate that the database is unavailable or encounters connectivity issuesclass
This class represents exception thrown to indicate that a user account is disabled or inactive.class
This class represents exception thrown to indicate that a report is empty or contains no data.class
This class represents exception thrown to indicate an data HTTP-related errors within the applicationclass
This class represents exception thrown to indicate an invalid token is encountered within the application.class
This class represents exception thrown to indicate an invalid user is encountered.class
This class represents exception thrown to indicate that a specific operation is not allowed or permitted in the current context.class
This class represents exception thrown to indicate errors related to generating or handling reports.class
This class represents exception thrown to indicate security-related issues in the application.class
This class represents exception thrown to indicate a server is unavailable or down.class
This class represents exception thrown to indicate that a timeout has occurred within the application.class
This class represents exception thrown to indicate validation errors within the application.class
This class represents exception thrown to indicate errors related to XML processing or parsing within the application. -
Uses of JKException in com.jk.core.templates
Subclasses of JKException in com.jk.core.templatesModifier and TypeClassDescriptionclass
This class represents exceptions thrown to indicate that an error occurred while working with the template within the application.class
This class represents exceptions thrown to indicate that an error occurred while processing the template within the application. -
Uses of JKException in com.jk.data.dynamic.paging
Subclasses of JKException in com.jk.data.dynamic.pagingModifier and TypeClassDescriptionclass
This class represents exceptions thrown to indicate that a paging error occurred within the application. -
Uses of JKException in com.jk.data.exceptions
Subclasses of JKException in com.jk.data.exceptionsModifier and TypeClassDescriptionclass
This class represents exception thrown when a data access operation returns more rows than expected.class
This class represents exceptions thrown to indicate that an error occurred within the application.class
This class represents exceptions thrown to indicate that an error occurred within the application. -
Uses of JKException in com.jk.services.client
Subclasses of JKException in com.jk.services.clientModifier and TypeClassDescriptionclass
This class represents exceptions thrown to indicate that client-side error occurred when communicating with a remote service.