Sudo Site Reputation Exception
Defines the exceptions thrown by the methods of the LegacySudoSiteReputationClient.
Since
2021-01-04
Inheritors
Types
Link copied to clipboard
class ConfigurationException(message: String? = null, cause: Throwable? = null) : SudoSiteReputationException
A configuration item that is needed is missing
Link copied to clipboard
class DataFormatException(message: String? = null, cause: Throwable? = null) : SudoSiteReputationException
Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : SudoSiteReputationException
Link copied to clipboard
class RulesetNotFoundException(message: String? = null, cause: Throwable? = null) : SudoSiteReputationException
Link copied to clipboard
class UnauthorizedUserException(message: String? = null, cause: Throwable? = null) : SudoSiteReputationException
Link copied to clipboard