Uses of Class
org.leo.aws.ddb.utils.exceptions.Issue
-
Packages that use Issue Package Description org.leo.aws.ddb.utils.exceptions -
-
Uses of Issue in org.leo.aws.ddb.utils.exceptions
Methods in org.leo.aws.ddb.utils.exceptions that return Issue Modifier and Type Method Description static IssueIssue. valueOf(String name)Returns the enum constant of this type with the specified name.static Issue[]Issue. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.leo.aws.ddb.utils.exceptions with parameters of type Issue Constructor Description UtilsException(Issue errorType)UtilsException(Issue errorType, String message)UtilsException(Issue errorType, String message, Throwable cause)UtilsException(Issue errorType, Throwable cause)
-