Class StorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.jensderuiter.minecraft_imagery.storage.StorageException
All Implemented Interfaces:
Serializable

public class StorageException extends Exception
See Also:
  • Constructor Details

    • StorageException

      public StorageException(String message)
      Initialize an error in the storage system.
      Parameters:
      message - The message to be shown.