Class 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:
  • Constructor Details

    • StorageException

      public StorageException(String path, String message)
      Build a new instance.
      Parameters:
      path - The key path
      message - The detail message
    • StorageException

      public StorageException(String path, String message, Exception cause)
      Build a new instance.
      Parameters:
      path - The key path
      message - The detail message
      cause - The cause