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