Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.storage.StorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StorageFileNotFoundException
Exception thrown in relation to uploading and getting files
- Since:
- 30.4.24
- Version:
- 1.0
- Author:
- Lars N.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageException
(String message) Constructor for exceptionStorageException
(String message, Throwable cause) Constructor for exception with throwable cause -
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
Constructor for exception- Parameters:
message
- Custom message
-
StorageException
Constructor for exception with throwable cause- Parameters:
message
- custom messagecause
- Throwable cause object
-