cloudstack/server/src/com/cloud/async
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
..
dao Switch to Apache license 2012-04-03 04:54:14 -07:00
executor Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncCommandQueued.java Bug 13127: API error text refer to database ids instead of uuids 2012-05-01 13:21:44 +01:00
AsyncJobExecutor.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobExecutorContext.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobExecutorContextImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobMBean.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobMBeanImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobManager.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobManagerImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00
AsyncJobResult.java Switch to Apache license 2012-04-03 04:54:14 -07:00
BaseAsyncJobExecutor.java Switch to Apache license 2012-04-03 04:54:14 -07:00
SyncQueueManager.java Switch to Apache license 2012-04-03 04:54:14 -07:00
SyncQueueManagerImpl.java Switch to Apache license 2012-04-03 04:54:14 -07:00