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

public class NotFoundException extends TestlabAPIException
Exception thrown when api responds with 404 for some reason.
Author:
Marko Kanala
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(Object responseData)