Class IdAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restapi.template.security.exception.IdAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class IdAlreadyExistsException extends java.lang.RuntimeException아이디 중복 예외 ID: userId 이미 사용중인 아이디입니다.- Version:
- 1.0
- Author:
- always0ne
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdAlreadyExistsException(java.lang.String userId)ID: userId 이미 사용중인 아이디입니다.
-