Package glide.api.models.exceptions
Class ConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- glide.api.models.exceptions.GlideException
-
- glide.api.models.exceptions.ConfigurationError
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationError extends GlideException
Errors that are thrown when a request cannot be completed in current configuration settings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationError(java.lang.String message)
-