Uses of Class
com.ibm.premises.reusable.exceptions.AssetRUCException

Packages that use AssetRUCException
com.ibm.premises.reusable.exceptions   
 

Uses of AssetRUCException in com.ibm.premises.reusable.exceptions
 

Subclasses of AssetRUCException in com.ibm.premises.reusable.exceptions
 class AssetParentCycleException
          Thrown when a user tries to modify an Asset that will cause a cycle in the Asset hierarchy.
 class AssetTypeParentCycleException
          Thrown when a user tries to modify an Asset Type that will cause a cycle in the Asset Type hierarchy.
 class ConcurrentException
          Thrown when a user tried to edit an Asset or Asset Type and the given last update timestamp for the Asset or Asset Type is not the correct last update timsetamp.
 class DuplicateException
          Thrown when an Asset or an Asset Type is added with a unique id that already exists.
 class DuplicateTagAssignmentException
           
 class IllegalAssetTypeDeletionException
          Thrown when a user tries to delete an Asset Type and there are subtypes of the Asset Type or there are Assets of the Asset Type.
 class IllegalAssetTypeParentModification
          Thrown when a user modifies the parent of an Asset Type and Assets of that Asset Type exist or Assets of subtypes of that Asset Type exist.
 class IllegalInstanceAttributeModificationException
          Thrown when a user tries to modify or delete an instance attribute of an Asset Type when Assets of that Asset Type exist.
 class IllegalKeyAttributeModificationException
          Thrown when a key attribute is added, modified, or deleted in an Asset Type when Assets of that Asset Type exist.
 class IllegalNewMandatoryInstanceAttributeException
          Thrown when a new mandatory attribute is created for an Asset Type when Assets of that Asset Type exist and no default value is given for the new attribute.
 class InvalidAssetPropertyValueException
          Thrown when a user updates the property of an Asset with a value that does not match the data type for the property.
 



Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.