Package org.basex.http
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.basex.http.HTTPException
- All Implemented Interfaces:
Serializable
HTTP exception. Also thrown to pass on correct status codes.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getStatus
public int getStatus()Returns the status code.- Returns:
- status code
-