Package glide.api.models.exceptions
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- glide.api.models.exceptions.GlideException
-
- glide.api.models.exceptions.ConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionException extends GlideException
Connection error: Errors that are thrown when a connection disconnects. These errors can be temporary, as the client will attempt to reconnect.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException(java.lang.String message)
-