Class ServerException

All Implemented Interfaces:
Serializable

public class ServerException extends MinioException
Thrown to indicate that S3 service returning HTTP server error.
See Also:
  • Constructor Details

    • ServerException

      public ServerException(String message, int statusCode, String httpTrace)
  • Method Details

    • statusCode

      public int statusCode()