# TeamAlreadyExistsException
> Thrown when a team with the given ID already exists.
`gg.lode.leadapi.api.exception.TeamAlreadyExistsException`
---
## Signature
```java
public class TeamAlreadyExistsException extends Throwable
```
## Extends
- `java.lang.Throwable`
---
## Constructors
### TeamAlreadyExistsException()
```java
TeamAlreadyExistsException()
```
Creates the exception with no message.
---
## Related Pages
- [[ILeadAPI]] — Methods that throw this exception: `createTeamWithUniqueColor`, `createTeamByType`, `createTeamByColor`, `createTeamById`, `createTeamWithLeader`