Class CantSignInException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restapi.template.security.exception.CantSignInException
-
- All Implemented Interfaces:
java.io.Serializable
public class CantSignInException extends java.lang.RuntimeException인증불가 예외 ID: userId 회원가입이 되어있지 않거나 잠긴 계정입니다.- Version:
- 1.0
- Author:
- always0ne
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CantSignInException(java.lang.String userId)ID: userId 회원가입이 되어있지 않거나 잠긴 계정입니다.
-