Package io.goobi.viewer.exceptions
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.HTTPException
- All Implemented Interfaces:
Serializable
HTTPException class.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HTTPException
Constructor for HTTPException.
- Parameters:
string
-String
code
- a int.
-
-
Method Details
-
getCode
public int getCode()Getter for the field
code
.- Returns:
- the code
-