-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from Kernel360/revert-75-develop
Revert "deploy: 1.0.2"
- Loading branch information
Showing
36 changed files
with
114 additions
and
692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
...main/java/org/badminton/api/common/exception/clubmember/ClubMemberDuplicateException.java
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
...in/java/org/badminton/api/common/exception/clubmember/ClubMemberExistInClubException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package org.badminton.api.common.exception.clubmember; | ||
|
||
import org.badminton.api.common.error.ErrorCode; | ||
import org.badminton.api.common.exception.BadmintonException; | ||
|
||
public class ClubMemberExistInClubException extends BadmintonException { | ||
|
||
public ClubMemberExistInClubException(Long memberId) { | ||
super(ErrorCode.MEMBER_ALREADY_EXIST_IN_CLUB, "[회원 아이디 : " + memberId + "]"); | ||
} | ||
|
||
public ClubMemberExistInClubException(Long memberId, Exception e) { | ||
super(ErrorCode.MEMBER_ALREADY_EXIST_IN_CLUB, "[회원 아이디 : " + memberId + "]", e); | ||
} | ||
} |
15 changes: 0 additions & 15 deletions
15
.../main/java/org/badminton/api/common/exception/clubmember/ClubMemberNotExistException.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...rg/badminton/api/common/exception/league/LeagueParticipationAlreadyCanceledException.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...java/org/badminton/api/common/exception/league/LeagueParticipationDuplicateException.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../java/org/badminton/api/common/exception/league/LeagueParticipationNotExistException.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 0 additions & 61 deletions
61
...-api/src/main/java/org/badminton/api/league/controller/LeagueParticipationController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.