cloudstack/server/src/com/cloud/baremetal
Vijayendra Bhamidipati efdaa4d110 Bug 13127: API error text refer to database ids instead of uuids
Description:

1)	Moved RuntimeCloudException from api/ to utils/.

	Added simple constructor to RuntimeCloudException.

	Modified all classes that extended RuntimeException
	to extend RuntimeCloudException. These classes
	are listed below:

		ServerApiException
		CloudAuthenticationException
		CloudExecutionException
		AsyncCommandQueued
		HypervisorVersionChangedException
		RuntimeCloudException

2)	Added overloaded constructed to CloudException.
	Modified all classes that extend Exception to extend CloudException instead.
	These classes are listed below:

		ConcurrentOperationException
                ConflictingNetworkSettingsException
                ConnectionException
                DiscoveryException
                InsufficientCapacityException
                ManagementServerException
                ResourceUnavailableException
                VirtualMachineMigrationException
                AgentControlChannelException
                OperationTimedoutException.java
                UnsupportedVersionException.java
                UsageServerException.java
                UnableDeleteHostException.java
                AgentAuthnException.java
                HttpCallException.java
                ActiveFencingException.java
                ClusterInvalidSessionException.java
                GreTunnelException.java
                OvsVlanExhaustedException.java
2012-05-01 13:21:44 +01:00
..
BareMetalDiscoverer.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalGuru.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalPingServiceImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalPxeServiceBase.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalResourceBase.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalTemplateAdapter.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalVmManager.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BareMetalVmManagerImpl.java bug 14615: deployVm can work 2 diff ways now: 1) Default way - create and start the vm. 2) Create the vm without starting it. Note that vm's volumes stay in Allocated state -not created on the backend till the point where vm starts 2012-04-06 11:30:26 -07:00
DhcpServerResponse.java Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:42 +01:00
DhcpdResource.java Switch to Apache license 2012-04-03 04:54:14 -07:00
DnsmasqResource.java Switch to Apache license 2012-04-03 04:54:14 -07:00
ExternalDhcpEntryListener.java Switch to Apache license 2012-04-03 04:54:14 -07:00
ExternalDhcpManager.java Switch to Apache license 2012-04-03 04:54:14 -07:00
ExternalDhcpManagerImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
ExternalDhcpResourceBase.java Switch to Apache license 2012-04-03 04:54:14 -07:00
HttpCallException.java Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:44 +01:00
PingPxeServerResource.java Switch to Apache license 2012-04-03 04:54:14 -07:00
PxeServerManager.java Switch to Apache license 2012-04-03 04:54:14 -07:00
PxeServerManagerImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
PxeServerProfile.java Switch to Apache license 2012-04-03 04:54:14 -07:00
PxeServerResourceBase.java Switch to Apache license 2012-04-03 04:54:14 -07:00
PxeServerResponse.java Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:42 +01:00
PxeServerService.java Switch to Apache license 2012-04-03 04:54:14 -07:00