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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionFileTransferException(String message, String details, org.springframework.http.HttpStatus httpStatus) FileTransferException(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
httpStatus
protected org.springframework.http.HttpStatus httpStatus - 
details
 
 - 
 - 
Constructor Details
- 
FileTransferException
 - 
FileTransferException
 
 - 
 - 
Method Details
- 
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus() - 
getDetails
 
 -