Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codegist.crest.CRestException
fi.meliora.testlab.ext.crest.exception.TestlabAPIException
fi.meliora.testlab.ext.crest.exception.NotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when api responds with 404 for some reason.
- Author:
- Marko Kanala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fi.meliora.testlab.ext.crest.exception.TestlabAPIException
getResponseData
Methods inherited from class org.codegist.crest.CRestException
handle, handle, handle, handle, handle, handle
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
-