Package io.jmix.core
Class FileTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.core.FileTransferException
- All Implemented Interfaces:
- Serializable
This exception can occur while uploading/downloading files using 
FileTransferService.- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFileTransferException(String message, String details, org.springframework.http.HttpStatus httpStatus) FileTransferException(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.http.HttpStatusMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
httpStatusprotected org.springframework.http.HttpStatus httpStatus
- 
details
 
- 
- 
Constructor Details- 
FileTransferException
- 
FileTransferException
 
- 
- 
Method Details- 
getHttpStatuspublic org.springframework.http.HttpStatus getHttpStatus()
- 
getDetails
 
-