Class DuplicatedAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gsitm.ustra.java.core.exception.UstraException
com.gsitm.ustra.java.security.exception.UstraSecurityException
com.gsitm.ustra.java.security.exception.DuplicatedAuthenticationException
All Implemented Interfaces:
com.gsitm.ustra.java.core.exception.ResponseCode<Object>, Serializable

public class DuplicatedAuthenticationException extends UstraSecurityException
DUPLICATED_AUTHENTICATION("FS01", "중복 인증 처리된 요청입니다.", DuplicatedAuthenticationException.class),
See Also:
  • Constructor Details

    • DuplicatedAuthenticationException

      public DuplicatedAuthenticationException(com.gsitm.ustra.java.core.exception.ResponseCode<?> code)