10Duke Scale SDK for Java
|
10Duke Scale SDK for Java exception model and exception building utilities.
10Duke Scale SDK exceptions use the ApiException class for communicating that an error was caught when calling the 10Duke Scale API. The ExceptionBuilder in this package also integrates 10Duke Core exceptions to communicate application side errors, e.g. invalid JWT tokens.
Classes | |
class | ApiException |
Model class for API related exceptions. More... | |
class | ExceptionBuilder |
Base class for providing an easy to read and handle exception creation. More... | |