Class HTTPException

  • All Implemented Interfaces:
    Serializable

    public class HTTPException
    extends IOException
    Created by IntelliJ IDEA. User: dmh Date: May 20, 2010 Time: 12:04:39 PM To change this template use File | Settings | File Templates.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTTPException

        public HTTPException()
      • HTTPException

        public HTTPException​(String message)
      • HTTPException

        public HTTPException​(String message,
                             Throwable cause)
      • HTTPException

        public HTTPException​(Throwable cause)
    • Method Detail

      • getCode

        public int getCode()