Package dev.voidframework.core.exception
Class RemoteConfigurationException.ProviderDoesNotExist
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
dev.voidframework.core.exception.RemoteConfigurationException.ProviderDoesNotExist
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteConfigurationException
public static class RemoteConfigurationException.ProviderDoesNotExist
extends RemoteConfigurationException
This exception indicate that provider does not exist.
- 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
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderDoesNotExist
Build a new instance.- Parameters:
providerClassPath- The provider class path
-