cloudstack/core/src/com/cloud
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
..
agent bug 13475: Fix invalid char in the gson string 2012-02-08 15:54:09 -08:00
alert bug 10674: For recurring snapshots when there is quota hit log it and send an email alert. 2011-12-13 11:21:34 +05:30
async bug 6745: Using UUID instead of integers - for Async Jobs 2011-11-03 07:33:58 -07:00
capacity Bug 13059: Using Float instead of float for percentage. 2012-02-10 11:11:47 +05:30
certificate Moved DAO to server 2010-11-22 07:40:41 -08:00
configuration Bug 13741: Added new Config category Secure. Any config in secure category will encrypted along with the Hidden category configs 2012-02-17 16:42:32 +05:30
consoleproxy moving console proxy alert event args to server package to avoid circular dependencies 2010-09-13 14:58:58 -07:00
event Changed isElastic to isSystem for the publicIpAddress assigned during the vm deployment in EIP enabled network 2012-02-21 15:39:49 -08:00
exception Bug 13127: API error text refer to database ids instead of uuids 2012-02-27 17:54:53 -08:00
host bug 12337: Encrypt only password in host_detail table. Removed unused and duplicate references of HostDetailDao 2011-12-20 19:28:41 +05:30
hypervisor bug 13989: correct the usage about the control IP in VMware resource, new command like GetDomRVersion command is not using the right control IP address under basic zone mode. Reviewed-By: Anthony 2012-02-27 15:05:34 -08:00
info bug 5191: final check in for the enhancement to make the console proxy domain configurable 2010-09-27 11:27:48 -07:00
network Bug 13619: Throw exception when not traffic sentinel host is not available. Update last_collection timestamp when atleast 1 IP has nonzero bytes 2012-02-21 23:41:37 +05:30
resource Bug 13127: API error text refer to database ids instead of uuids 2012-02-27 17:54:53 -08:00
serializer bug 9651: Adding network tags 2011-05-23 15:51:50 -07:00
storage bug 13987: a regression was caused by typo. Reviewed-By:Anthony 2012-02-24 13:29:03 -08:00
user updated license 2011-12-15 16:51:55 +05:30
vm Let system VM still use the old naming convention for host names 2012-01-27 09:59:52 -08:00