Uses of Class
com.github.dannil.scbjavaclient.exception.SCBClientException
-
Packages that use SCBClientException Package Description com.github.dannil.scbjavaclient.exception Package which contains all custom exceptions for specialized error handling. -
-
Uses of SCBClientException in com.github.dannil.scbjavaclient.exception
Subclasses of SCBClientException in com.github.dannil.scbjavaclient.exception Modifier and Type Class Description class
SCBClientParsingException
Exception for when the client was unable to parse information.class
SCBClientResponseTooLargeException
Exception for when the resulting response of a call to the API exceeded the maximum response size, as defined by the PI.
-