summaryrefslogtreecommitdiff
path: root/src/main/idl/CommonExceptions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/idl/CommonExceptions.idl')
-rw-r--r--src/main/idl/CommonExceptions.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/idl/CommonExceptions.idl b/src/main/idl/CommonExceptions.idl
index d5abb1d..88f2ef3 100644
--- a/src/main/idl/CommonExceptions.idl
+++ b/src/main/idl/CommonExceptions.idl
@@ -38,7 +38,7 @@ module common
* change, either because it is a client process, or its management objects
* are incorrect.
**************************************************************************/
- exception CannotManage
+ exception CannotManageException
{
};
@@ -49,7 +49,7 @@ module common
* Most commonly occurs when the Activity is in a different state than the
* caller has assumed.
**************************************************************************/
- exception InvalidTransition
+ exception InvalidTransitionException
{
};
@@ -65,7 +65,7 @@ module common
/**************************************************************************
* Either the supplied data, or the relevant description, was invalid.
**************************************************************************/
- exception InvalidData
+ exception InvalidDataException
{
};
@@ -81,7 +81,7 @@ module common
/**************************************************************************
* The requested object was not found
**************************************************************************/
- exception ObjectNotFound
+ exception ObjectNotFoundException
{
};
@@ -96,7 +96,7 @@ module common
/**************************************************************************
* The object already exists.
**************************************************************************/
- exception ObjectAlreadyExists
+ exception ObjectAlreadyExistsException
{
};