The package of exception types thrown from the API.
Methods
-
Exception(message, cause)
-
The base class of exceptions thrown from the API.
Parameters:
Name Type Description messagestring The message related to the exception
causeobject The cause of the exception