Class UnauthorizedException

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

public class UnauthorizedException extends TestlabAPIException
Thrown if rest endpoint sends 401 UNAUTHORIZED response.
Author:
Marko Kanala
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(Object responseData)