Class UndeterminedStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- google.registry.monitoring.blackbox.exception.UndeterminedStateException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConnectionException
,EppClientException
,UnrecoverableStateException
public class UndeterminedStateException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndeterminedStateException(java.lang.String msg)
UndeterminedStateException(java.lang.Throwable e)
-