Package io.jmix.core
Class FileStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.core.FileStorageException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionFileStorageException(FileStorageException.Type type, String fileName) FileStorageException(FileStorageException.Type type, String fileName, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileStorageException
- 
FileStorageExceptionpublic FileStorageException(FileStorageException.Type type, String fileName, @Nullable Throwable cause) 
 
- 
- 
Method Details- 
getFileName
- 
getType
 
-