Class Gs2Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadGatewayException, BadRequestException, ConflictException, InternalServerErrorException, NoInternetConnectionException, NotFoundException, QuotaLimitExceededException, RequestTimeoutException, ServiceUnavailableException, SessionNotOpenException, TimeoutException, UnauthorizedException, UnknownException

public abstract class Gs2Exception extends RuntimeException
See Also:
  • Constructor Details

    • Gs2Exception

      public Gs2Exception(String message)
    • Gs2Exception

      public Gs2Exception(List<RequestError> errors)
  • Method Details