Class UndeterminedStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.monitoring.blackbox.exception.UndeterminedStateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException, EppClientException, UnrecoverableStateException

public class UndeterminedStateException extends Exception
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.
See Also:
  • Constructor Details

    • UndeterminedStateException

      public UndeterminedStateException(String msg)
    • UndeterminedStateException

      public UndeterminedStateException(Throwable e)