Package org.filestack

Class HttpException

All Implemented Interfaces:
Serializable

public class HttpException extends IOException
IOException subclass for backend error responses.
See Also:
  • Constructor Details

    • HttpException

      public HttpException(int code)
    • HttpException

      public HttpException(int code, String message)
  • Method Details

    • getCode

      public int getCode()