cloudstack/server/src/com/cloud/cluster
Vijayendra Bhamidipati 768d7a2a26 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-02-27 17:54:53 -08:00
..
agentlb Agent LB: never get a part of the hosts from the xen cluster; skip the cluster if it has more hosts than we need 2012-02-06 16:42:58 -08:00
dao bug 12148: add checkpoint for storage migration 2012-01-13 15:19:14 -08:00
ActiveFencingException.java Bug 13127: API error text refer to database ids instead of uuids 2012-02-27 17:54:53 -08:00
CheckPointManager.java Add license header to files 2011-04-14 11:23:14 -07:00
CheckPointManagerImpl.java bug 12148: add checkpoint for storage migration 2012-01-13 15:19:14 -08:00
CheckPointVO.java Add license header to files 2011-04-14 11:23:14 -07:00
CleanupMaid.java Add manager context to CleanupMaid to allow management service access in cleanup() method 2011-05-02 18:28:38 -07:00
ClusterAsyncExectuionListener.java Merge branch 'cvm' into 2.2.y 2011-08-19 16:08:35 -07:00
ClusterFenceManager.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterFenceManagerImpl.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterInvalidSessionException.java Bug 13127: API error text refer to database ids instead of uuids 2012-02-27 17:54:53 -08:00
ClusterManager.java bug 12709: extend cluster keep-alive timeout to 2.5 minutes to make it resistance to temporary management server hiccups 2012-01-05 15:01:11 -08:00
ClusterManagerImpl.java Change cluster profiling log level to DEBUG, add more profilers to cluster peer-scan processing 2012-01-11 15:37:35 -08:00
ClusterManagerListener.java bug 9223, 9224: persist runid to form cluster session, based on cluster session and DB condition to issue isolation notification for self-fencing 2011-04-13 15:13:54 -07:00
ClusterManagerMBean.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterManagerMBeanImpl.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterManagerMessage.java bug 9127: intermediate checkin for agent load balancer 2011-05-24 18:45:00 -07:00
ClusterNodeJoinEventArgs.java Moved DAO to server 2010-11-22 07:40:41 -08:00
ClusterNodeLeftEventArgs.java Moved DAO to server 2010-11-22 07:40:41 -08:00
ClusterService.java bug 8558: improve cluster management 2011-03-09 17:18:48 -08:00
ClusterServiceAdapter.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterServiceServletAdapter.java Make cluster request timeout to be configurable 2011-07-14 18:23:23 -07:00
ClusterServiceServletContainer.java Add license header to files 2011-04-14 11:23:14 -07:00
ClusterServiceServletHttpHandler.java Bug 11522 - New agent manager 2011-09-23 15:04:44 -07:00
ClusterServiceServletImpl.java Make cluster request timeout to be configurable 2011-07-14 18:23:23 -07:00
ClusteredAgentRebalanceService.java Some fixes to agent lb code: 2011-06-13 22:31:49 -07:00
DummyClusterManagerImpl.java Bug 11522 - New agent manager 2011-09-26 16:55:20 -07:00
LockMasterListener.java bug 10322: Transaction is using the new Merovingian 2011-06-29 15:34:53 -07:00
ManagementServerHostPeerVO.java bug 12709: add management server active fencing 2012-01-05 15:00:35 -08:00
ManagementServerHostVO.java bug 9127: covered failure scenarios for agent LB. 2011-06-05 17:35:30 -07:00
ManagementServerNode.java Bug 10860 - PremiumUpgrade is not run when upgrading to 2.2.8 2011-07-27 17:41:38 -07:00
RemoteMethodConstants.java bug 8558: improve cluster management 2011-03-09 17:18:48 -08:00
StackMaid.java Add license header to files 2011-04-14 11:23:14 -07:00