Package com.wolfram.alpha.net
Class WAHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.wolfram.alpha.net.WAHttpException
- All Implemented Interfaces:
Serializable
Either has httpStatusCode member set to a value other than HttpStatus.SC_OK or wraps another
exception such as IOException or HttpException.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
httpStatusCode
public int httpStatusCode
-
-
Constructor Details
-
WAHttpException
public WAHttpException(int httpStatusCode) -
WAHttpException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-