Class TestlabAPIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codegist.crest.CRestException
fi.meliora.testlab.ext.crest.exception.TestlabAPIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConflictException, NotFoundException, ServiceUnavailableException, UnauthorizedException, ValidationException

public class TestlabAPIException extends org.codegist.crest.CRestException
A non-fatal informative status code mapped exception thrown from testlab endpoint.
Author:
Marko Kanala
See Also:
  • Constructor Details

    • TestlabAPIException

      public TestlabAPIException(Object responseData)
  • Method Details

    • getResponseData

      public Object getResponseData()