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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
httpStatusCodepublic int httpStatusCode
 
- 
- 
Constructor Details- 
WAHttpExceptionpublic WAHttpException(int httpStatusCode)
- 
WAHttpException
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-