Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- google.registry.monitoring.blackbox.exception.UndeterminedStateException
-
- google.registry.monitoring.blackbox.exception.ConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionException extends UndeterminedStateException
Subclass ofUndeterminedStateException
that represents all instances when the action performed failed due to an issue in the connection with the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException(java.lang.String msg)
ConnectionException(java.lang.Throwable e)
-