Package io.minio
Class Result<T>
java.lang.Object
io.minio.Result<T>
A container class keeps any type or a MinioException.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Result
-
Result
-
-
Method Details
-
get
Returns given Type if exception is null, else the exception is thrown.- Throws:
MinioException
-