Class ServiceUnavailableException

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.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends TestlabAPIException
Thrown if rest endpoint sends 503 SERVICE UNAVAILABLE response.
Author:
Marko Kanala
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(Object responseData)