Class FileNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.frachtwerk.essencium.storage.generic.controller.FileNotAvailableException
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNPROCESSABLE_ENTITY)
public class FileNotAvailableException
extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileNotAvailableException(Long id, Throwable cause) FileNotAvailableException(String message) FileNotAvailableException(String message, 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
-
FileNotAvailableException
public FileNotAvailableException() -
FileNotAvailableException
-
FileNotAvailableException
-
FileNotAvailableException
-
FileNotAvailableException
-