Package dev.voidframework.core.exception
Class RemoteConfigurationException.FetchError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
dev.voidframework.core.exception.RemoteConfigurationException.FetchError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteConfigurationException
This exception indicate that provider fail to fetch remote configuration.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.RemoteConfigurationException
RemoteConfigurationException.BadProvider, RemoteConfigurationException.BadValue, RemoteConfigurationException.FetchError, RemoteConfigurationException.ProviderDoesNotExist, RemoteConfigurationException.StorageException -
Constructor Summary
ConstructorsConstructorDescriptionFetchError(Class<? extends RemoteConfigurationProvider> providerClass, String cause) Build a new instance.FetchError(Class<? extends RemoteConfigurationProvider> providerClass, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FetchError
Build a new instance.- Parameters:
providerClass- The provider classcause- The cause
-
FetchError
Build a new instance.- Parameters:
providerClass- The provider classcause- The cause
-