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 Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionFileStorageException(FileStorageException.Type type, String fileName) FileStorageException(FileStorageException.Type type, String fileName, 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
- 
FileStorageException
 - 
FileStorageException
public FileStorageException(FileStorageException.Type type, String fileName, @Nullable Throwable cause)  
 - 
 - 
Method Details
- 
getFileName
 - 
getType
 
 -