rhc-rest 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYRIGHT +1 -0
- data/Gemfile +4 -0
- data/LICENSE +11 -0
- data/Rakefile +1 -0
- data/bin/sample-usage.rb +124 -0
- data/doc/Gemfile.html +119 -0
- data/doc/Rakefile.html +117 -0
- data/doc/Rhc/Rest/Application.html +571 -0
- data/doc/Rhc/Rest/BaseException.html +226 -0
- data/doc/Rhc/Rest/Cartridge.html +475 -0
- data/doc/Rhc/Rest/Client.html +609 -0
- data/doc/Rhc/Rest/ClientErrorException.html +167 -0
- data/doc/Rhc/Rest/Domain.html +457 -0
- data/doc/Rhc/Rest/Key.html +378 -0
- data/doc/Rhc/Rest/RequestDeniedException.html +166 -0
- data/doc/Rhc/Rest/ResourceAccessException.html +161 -0
- data/doc/Rhc/Rest/ResourceNotFoundException.html +166 -0
- data/doc/Rhc/Rest/ServerErrorException.html +161 -0
- data/doc/Rhc/Rest/ServiceUnavailableException.html +167 -0
- data/doc/Rhc/Rest/UnAuthorizedException.html +167 -0
- data/doc/Rhc/Rest/User.html +354 -0
- data/doc/Rhc/Rest/ValidationException.html +255 -0
- data/doc/Rhc/Rest.html +410 -0
- data/doc/Rhc.html +329 -0
- data/doc/created.rid +13 -0
- data/doc/doc/created.rid +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +112 -0
- data/doc/js/darkfish.js +153 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +543 -0
- data/doc/table_of_contents.html +198 -0
- data/lib/rhc-rest/application.rb +81 -0
- data/lib/rhc-rest/cartridge.rb +64 -0
- data/lib/rhc-rest/client.rb +122 -0
- data/lib/rhc-rest/domain.rb +56 -0
- data/lib/rhc-rest/exceptions/exceptions.rb +73 -0
- data/lib/rhc-rest/key.rb +34 -0
- data/lib/rhc-rest/user.rb +41 -0
- data/lib/rhc-rest/version.rb +5 -0
- data/lib/rhc-rest.rb +155 -0
- data/rhc-rest.gemspec +26 -0
- data/rhc-rest.spec +79 -0
- metadata +162 -0
@@ -0,0 +1,161 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Rhc::Rest::ResourceAccessException - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../index.html">Home</a>
|
28
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/rhc-rest/exceptions/exceptions.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<nav id="parent-class-section" class="section">
|
60
|
+
<h3 class="section-header">Parent</h3>
|
61
|
+
|
62
|
+
<p class="link"><a href="BaseException.html">Rhc::Rest::BaseException</a>
|
63
|
+
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div id="project-metadata">
|
71
|
+
<nav id="fileindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Pages</h3>
|
73
|
+
|
74
|
+
<ul>
|
75
|
+
|
76
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
77
|
+
|
78
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
</nav>
|
82
|
+
|
83
|
+
<nav id="classindex-section" class="section project-section">
|
84
|
+
<h3 class="section-header">Class and Module Index</h3>
|
85
|
+
|
86
|
+
<ul class="link-list">
|
87
|
+
|
88
|
+
<li><a href="../../Rhc.html">Rhc</a>
|
89
|
+
|
90
|
+
<li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
|
91
|
+
|
92
|
+
<li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
|
93
|
+
|
94
|
+
<li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
|
95
|
+
|
96
|
+
<li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
|
97
|
+
|
98
|
+
<li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
|
99
|
+
|
100
|
+
<li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
|
101
|
+
|
102
|
+
<li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
|
103
|
+
|
104
|
+
<li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
|
105
|
+
|
106
|
+
<li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
|
107
|
+
|
108
|
+
<li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
|
109
|
+
|
110
|
+
<li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
|
111
|
+
|
112
|
+
<li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
|
113
|
+
|
114
|
+
<li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
|
115
|
+
|
116
|
+
<li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
|
117
|
+
|
118
|
+
<li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
|
119
|
+
|
120
|
+
<li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
|
121
|
+
|
122
|
+
</ul>
|
123
|
+
</nav>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</nav>
|
127
|
+
|
128
|
+
<div id="documentation">
|
129
|
+
<h1 class="class">class Rhc::Rest::ResourceAccessException</h1>
|
130
|
+
|
131
|
+
<div id="description" class="description">
|
132
|
+
|
133
|
+
<p>I/O Exceptions</p>
|
134
|
+
|
135
|
+
</div><!-- description -->
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
<!-- Methods -->
|
150
|
+
|
151
|
+
</section><!-- 5Buntitled-5D -->
|
152
|
+
|
153
|
+
</div><!-- documentation -->
|
154
|
+
|
155
|
+
|
156
|
+
<footer id="validator-badges">
|
157
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
158
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
159
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
160
|
+
</footer>
|
161
|
+
|
@@ -0,0 +1,166 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Rhc::Rest::ResourceNotFoundException - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../index.html">Home</a>
|
28
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/rhc-rest/exceptions/exceptions.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<nav id="parent-class-section" class="section">
|
60
|
+
<h3 class="section-header">Parent</h3>
|
61
|
+
|
62
|
+
<p class="link"><a href="ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
|
63
|
+
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div id="project-metadata">
|
71
|
+
<nav id="fileindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Pages</h3>
|
73
|
+
|
74
|
+
<ul>
|
75
|
+
|
76
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
77
|
+
|
78
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
</nav>
|
82
|
+
|
83
|
+
<nav id="classindex-section" class="section project-section">
|
84
|
+
<h3 class="section-header">Class and Module Index</h3>
|
85
|
+
|
86
|
+
<ul class="link-list">
|
87
|
+
|
88
|
+
<li><a href="../../Rhc.html">Rhc</a>
|
89
|
+
|
90
|
+
<li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
|
91
|
+
|
92
|
+
<li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
|
93
|
+
|
94
|
+
<li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
|
95
|
+
|
96
|
+
<li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
|
97
|
+
|
98
|
+
<li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
|
99
|
+
|
100
|
+
<li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
|
101
|
+
|
102
|
+
<li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
|
103
|
+
|
104
|
+
<li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
|
105
|
+
|
106
|
+
<li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
|
107
|
+
|
108
|
+
<li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
|
109
|
+
|
110
|
+
<li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
|
111
|
+
|
112
|
+
<li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
|
113
|
+
|
114
|
+
<li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
|
115
|
+
|
116
|
+
<li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
|
117
|
+
|
118
|
+
<li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
|
119
|
+
|
120
|
+
<li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
|
121
|
+
|
122
|
+
</ul>
|
123
|
+
</nav>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</nav>
|
127
|
+
|
128
|
+
<div id="documentation">
|
129
|
+
<h1 class="class">class Rhc::Rest::ResourceNotFoundException</h1>
|
130
|
+
|
131
|
+
<div id="description" class="description">
|
132
|
+
|
133
|
+
<p>Exceptions thrown in case of an HTTP 404 is received.</p>
|
134
|
+
|
135
|
+
<p>404 Not Found</p>
|
136
|
+
|
137
|
+
<p>The server has not found anything matching the Request-URI or the requested
|
138
|
+
resource does not exist</p>
|
139
|
+
|
140
|
+
</div><!-- description -->
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
<!-- Methods -->
|
155
|
+
|
156
|
+
</section><!-- 5Buntitled-5D -->
|
157
|
+
|
158
|
+
</div><!-- documentation -->
|
159
|
+
|
160
|
+
|
161
|
+
<footer id="validator-badges">
|
162
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
163
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
164
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
165
|
+
</footer>
|
166
|
+
|
@@ -0,0 +1,161 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Rhc::Rest::ServerErrorException - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../index.html">Home</a>
|
28
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/rhc-rest/exceptions/exceptions.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<nav id="parent-class-section" class="section">
|
60
|
+
<h3 class="section-header">Parent</h3>
|
61
|
+
|
62
|
+
<p class="link"><a href="BaseException.html">Rhc::Rest::BaseException</a>
|
63
|
+
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div id="project-metadata">
|
71
|
+
<nav id="fileindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Pages</h3>
|
73
|
+
|
74
|
+
<ul>
|
75
|
+
|
76
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
77
|
+
|
78
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
</nav>
|
82
|
+
|
83
|
+
<nav id="classindex-section" class="section project-section">
|
84
|
+
<h3 class="section-header">Class and Module Index</h3>
|
85
|
+
|
86
|
+
<ul class="link-list">
|
87
|
+
|
88
|
+
<li><a href="../../Rhc.html">Rhc</a>
|
89
|
+
|
90
|
+
<li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
|
91
|
+
|
92
|
+
<li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
|
93
|
+
|
94
|
+
<li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
|
95
|
+
|
96
|
+
<li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
|
97
|
+
|
98
|
+
<li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
|
99
|
+
|
100
|
+
<li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
|
101
|
+
|
102
|
+
<li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
|
103
|
+
|
104
|
+
<li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
|
105
|
+
|
106
|
+
<li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
|
107
|
+
|
108
|
+
<li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
|
109
|
+
|
110
|
+
<li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
|
111
|
+
|
112
|
+
<li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
|
113
|
+
|
114
|
+
<li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
|
115
|
+
|
116
|
+
<li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
|
117
|
+
|
118
|
+
<li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
|
119
|
+
|
120
|
+
<li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
|
121
|
+
|
122
|
+
</ul>
|
123
|
+
</nav>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</nav>
|
127
|
+
|
128
|
+
<div id="documentation">
|
129
|
+
<h1 class="class">class Rhc::Rest::ServerErrorException</h1>
|
130
|
+
|
131
|
+
<div id="description" class="description">
|
132
|
+
|
133
|
+
<p>Exceptions thrown in case of an HTTP 5xx is received.</p>
|
134
|
+
|
135
|
+
</div><!-- description -->
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
<!-- Methods -->
|
150
|
+
|
151
|
+
</section><!-- 5Buntitled-5D -->
|
152
|
+
|
153
|
+
</div><!-- documentation -->
|
154
|
+
|
155
|
+
|
156
|
+
<footer id="validator-badges">
|
157
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
158
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
159
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
160
|
+
</footer>
|
161
|
+
|
@@ -0,0 +1,167 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Rhc::Rest::ServiceUnavailableException - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../../index.html">Home</a>
|
28
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/rhc-rest/exceptions/exceptions.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<nav id="parent-class-section" class="section">
|
60
|
+
<h3 class="section-header">Parent</h3>
|
61
|
+
|
62
|
+
<p class="link"><a href="ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
|
63
|
+
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div id="project-metadata">
|
71
|
+
<nav id="fileindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Pages</h3>
|
73
|
+
|
74
|
+
<ul>
|
75
|
+
|
76
|
+
<li class="file"><a href="../../Gemfile.html">Gemfile</a>
|
77
|
+
|
78
|
+
<li class="file"><a href="../../Rakefile.html">Rakefile</a>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
</nav>
|
82
|
+
|
83
|
+
<nav id="classindex-section" class="section project-section">
|
84
|
+
<h3 class="section-header">Class and Module Index</h3>
|
85
|
+
|
86
|
+
<ul class="link-list">
|
87
|
+
|
88
|
+
<li><a href="../../Rhc.html">Rhc</a>
|
89
|
+
|
90
|
+
<li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
|
91
|
+
|
92
|
+
<li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
|
93
|
+
|
94
|
+
<li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
|
95
|
+
|
96
|
+
<li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
|
97
|
+
|
98
|
+
<li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
|
99
|
+
|
100
|
+
<li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
|
101
|
+
|
102
|
+
<li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
|
103
|
+
|
104
|
+
<li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
|
105
|
+
|
106
|
+
<li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
|
107
|
+
|
108
|
+
<li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
|
109
|
+
|
110
|
+
<li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
|
111
|
+
|
112
|
+
<li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
|
113
|
+
|
114
|
+
<li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
|
115
|
+
|
116
|
+
<li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
|
117
|
+
|
118
|
+
<li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
|
119
|
+
|
120
|
+
<li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
|
121
|
+
|
122
|
+
</ul>
|
123
|
+
</nav>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</nav>
|
127
|
+
|
128
|
+
<div id="documentation">
|
129
|
+
<h1 class="class">class Rhc::Rest::ServiceUnavailableException</h1>
|
130
|
+
|
131
|
+
<div id="description" class="description">
|
132
|
+
|
133
|
+
<p>Exceptions thrown in case of an HTTP 503 is received.</p>
|
134
|
+
|
135
|
+
<p>503 Service Unavailable</p>
|
136
|
+
|
137
|
+
<p>The server is currently unable to handle the request due to a temporary
|
138
|
+
overloading or maintenance of the server. The implication is that this is
|
139
|
+
a temporary condition which will be alleviated after some delay.</p>
|
140
|
+
|
141
|
+
</div><!-- description -->
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
<!-- Methods -->
|
156
|
+
|
157
|
+
</section><!-- 5Buntitled-5D -->
|
158
|
+
|
159
|
+
</div><!-- documentation -->
|
160
|
+
|
161
|
+
|
162
|
+
<footer id="validator-badges">
|
163
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
164
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
165
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
166
|
+
</footer>
|
167
|
+
|