Class StorageRuntimeException

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

public class StorageRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • StorageRuntimeException

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