Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a59aa8f

Browse files
StepFive: update LoginNotFoundException.java
1 parent 048eb57 commit a59aa8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎StepFive/src/main/java/me/oldboy/exception/user_exception/LoginNotFoundException.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
package me.oldboy.exception.user_exception;
22

3+
/**
4+
* Exception raised in the service layer if the user entered an invalid password.
5+
*
6+
* This exception extends {@link RuntimeException} to indicate that the user entered
7+
* an invalid password.
8+
*/
39
public class LoginNotFoundException extends RuntimeException {
10+
/**
11+
* Creates a {@code LoginNotFoundException} with a description of the exception.
12+
* @param msg — detailed message.
13+
*/
414
public LoginNotFoundException(String msg) {
515
super(msg);
616
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /