com.sas.services.information
Class EntityHasChangedException

com.sas.services.information.EntityHasChangedException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class EntityHasChangedException

This exception is thrown when during an update operation the entity is already locked or already changed since we retrieved a copy of the entity. The user should wait a short while, refresh the smart object, make the changes again and then attempt another update.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
EntityHasChangedException()
          Constructor for EntityHasChangedException.
EntityHasChangedException(java.lang.String message)
          Constructor for EntityHasChangedException.
EntityHasChangedException(java.lang.Throwable throwable, java.lang.String message)
          Constructor for EntityHasChangedException.
 

Constructor Detail

EntityHasChangedException

public EntityHasChangedException()
Constructor for EntityHasChangedException.


EntityHasChangedException

public EntityHasChangedException(java.lang.String message)
Constructor for EntityHasChangedException.

Parameters:
message -

EntityHasChangedException

public EntityHasChangedException(java.lang.Throwable throwable,
                                 java.lang.String message)
Constructor for EntityHasChangedException.

Parameters:
throwable -
message -



Copyright © 2009 SAS Institute Inc. All Rights Reserved.