OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClientException
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
exceptions.py
30
class
ClientException
(BotoServerError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2containerservice/
test_ec2containerservice.py
24
from boto.ec2containerservice.exceptions import
ClientException
38
with self.assertRaises(
ClientException
):
/external/avahi/avahi-sharp/
ClientException.cs
97
public class
ClientException
: ApplicationException
109
internal
ClientException
(int code) : this ((ErrorCode) code) {
112
internal
ClientException
(ErrorCode code) : base (GetErrorString (code))
Completed in 100 milliseconds