Searched defs:ClientException (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
H A Dexceptions.py30 class ClientException(BotoServerError): class in inherits:BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2containerservice/
H A Dtest_ec2containerservice.py24 from boto.ec2containerservice.exceptions import ClientException namespace
38 with self.assertRaises(ClientException):
/external/avahi/avahi-sharp/
H A DClientException.cs97 public class ClientException : ApplicationException class in namespace:Avahi
109 internal ClientException (int code) : this ((ErrorCode) code) { method in class:Avahi.ClientException
112 internal ClientException (ErrorCode code) : base (GetErrorString (code)) method in class:Avahi.ClientException

Completed in 90 milliseconds