public class SaveException extends RegistryException {
// Public Constructors
public SaveException( );
public SaveException( Throwable cause);
public SaveException( String reason);
public SaveException( String reason, Throwable cause);
}
SaveException is a subclass of
RegistryException that is used to indicate a
failure to save an object in the registry.
SaveException is not thrown by any method �
instead, it is stored within a BulkResponse object
returned from a method such as the saveOrganizations(
) method of BusinessLifeCycleManager.
The affected object may be identified using the
getErrorObjectKey( ) method inherited from
RegistryException.