Class RemoteConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteConfigurationException.BadProvider, RemoteConfigurationException.BadValue, RemoteConfigurationException.FetchError, RemoteConfigurationException.ProviderDoesNotExist, RemoteConfigurationException.StorageException

public class RemoteConfigurationException extends RuntimeException
All exceptions thrown by the remote configuration are subclasses of RemoteConfigurationException.
See Also:
  • Constructor Details

    • RemoteConfigurationException

      protected RemoteConfigurationException(String providerClassName, String message)
      Build a new instance.
      Parameters:
      providerClassName - The provider class name
      message - The detail message
    • RemoteConfigurationException

      protected RemoteConfigurationException(String providerClassName, String message, Throwable cause)
      Build a new instance.
      Parameters:
      providerClassName - The provider class name
      message - The detail message
      cause - The cause
    • RemoteConfigurationException

      protected RemoteConfigurationException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
    • RemoteConfigurationException

      protected RemoteConfigurationException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause