Class 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 회원가입이 되어있지 않거나 잠긴 계정입니다.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CantSignInException

        public CantSignInException​(java.lang.String userId)
        ID: userId 회원가입이 되어있지 않거나 잠긴 계정입니다.
        Parameters:
        userId - 인증이 불가한 사용자 아이디