Package dev.voidframework.core.exception
Class RemoteConfigurationException.StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
dev.voidframework.core.exception.RemoteConfigurationException.StorageException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteConfigurationException
public static class RemoteConfigurationException.StorageException
extends RemoteConfigurationException
This exception indicate that file can't be saved.
- 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
ConstructorsConstructorDescriptionStorageException(String path, String message) Build a new instance.StorageException(String path, String message, Exception 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
-
StorageException
Build a new instance.- Parameters:
path- The key pathmessage- The detail message
-
StorageException
Build a new instance.- Parameters:
path- The key pathmessage- The detail messagecause- The cause
-