Class HTTPException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.HTTPException
All Implemented Interfaces:
Serializable

public class HTTPException extends Exception implements Serializable

HTTPException class.

See Also:
  • Constructor Details

    • HTTPException

      public HTTPException(int code, String string)

      Constructor for HTTPException.

      Parameters:
      string - String
      code - a int.
  • Method Details

    • getCode

      public int getCode()

      Getter for the field code.

      Returns:
      the code