/* * Copyright (c) 2008-2013 EMC Corporation * All Rights Reserved */ package com.emc.storageos.coordinator.client.service; /** * DataManagerFullException is thrown by DistributedDataManager#createNode and * DistributedDataManager#putData if maximum capacity is reached */ public class DataManagerFullException extends RuntimeException { }