Package google.registry.monitoring.blackbox.exception
-
Exception Summary Exception Description ConnectionException Subclass ofUndeterminedStateException
that represents all instances when the action performed failed due to an issue in the connection with the server.EppClientException Subclass ofUndeterminedStateException
that represents all instances when the action performed failed due to the fault of the Prober when the action is an EPP action.FailureException Base exception class for all instances when the status of the action performed is FAILURE.UndeterminedStateException Base exception class for all instances when the action performed fails before we can determine the state of the result, meaning the status is recorded as ERROR.UnrecoverableStateException Exception thrown when error is severe enough that sequence cannot recover, and should be terminated as a result.