Package playn.core

Class Net.HttpException

All Implemented Interfaces:
Serializable
Enclosing class:
Net

public static class Net.HttpException extends IOException
See Also:
  • Field Details

    • errorCode

      public final int errorCode
      The HTTP error code reported by the server.
  • Constructor Details

    • HttpException

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