Exception | Description |
---|---|
LicasException |
This class is thrown when a licas-related exception is detected.
|
MethodNotFoundException |
This class can be used to throw an exception if a method to be invoked does not exist.
|
PasswordException |
This class can be used to throw an exception relating to an incorrect password.
|
ServiceException |
This class can be used to throw an exception relating specifically to services,
for example a missing service.
|
ServiceNotFoundException |
This class can be used to throw an exception if a service to be invoked does not exist.
|