Package dev.voidframework.core.exception
Class RemoteConfigurationException.BadProvider
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
dev.voidframework.core.exception.RemoteConfigurationException.BadProvider
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteConfigurationException
This exception indicate that provider can't be instantiated / used.
- 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
ConstructorsConstructorDescriptionBadProvider(String providerClassPath, 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
-
BadProvider
Build a new instance.- Parameters:
providerClassPath- The provider class pathcause- The cause
-