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
public final class HTTPException extends IOException
HTTP exception. Also thrown to pass on correct status codes.- Author:
- BaseX Team 2005-23, BSD License, Christian Gruen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatus()Returns the status code.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-