Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends ConnectorException
AlreadyExistsException is thrown to indicate if CreateApiOp attempts to create an object that exists prior to the method execution or UpdateApiOp attempts to rename an object to that exists prior to the method execution.
See Also: