Uses of Class
com.restapi.template.api.common.response.ErrorResponse
-
-
Uses of ErrorResponse in com.restapi.template.api.common
Methods in com.restapi.template.api.common that return ErrorResponse Modifier and Type Method Description ErrorResponseCommonExceptionHandler. handleNotYours(ThisIsNotYoursException exception)존재하지 않거나 본인 소유가 아닌 컨텐츠 수정 요청 발생.ErrorResponseCommonExceptionHandler. handleNotYours(org.springframework.http.converter.HttpMessageNotReadableException exception)형식에 맞지 않는 BODY요청이 왔을 때. -
Uses of ErrorResponse in com.restapi.template.api.community.post.controller
Methods in com.restapi.template.api.community.post.controller that return ErrorResponse Modifier and Type Method Description ErrorResponsePostExceptionHandler. handleCommentNotFound(PostNotFoundException exception)없는 게시글 예외 발생. -
Uses of ErrorResponse in com.restapi.template.api.user.controller
Methods in com.restapi.template.api.user.controller that return ErrorResponse Modifier and Type Method Description ErrorResponseUserExceptionHandler. handleCommentNotFound(InvalidUserException exception)존재하지 않거나 제제된 화원입니다. -
Uses of ErrorResponse in com.restapi.template.errorbot
Methods in com.restapi.template.errorbot that return ErrorResponse Modifier and Type Method Description ErrorResponseUnhandledExceptionController. reportError(java.lang.Throwable throwable)걸러지지 않은 예외 로깅. -
Uses of ErrorResponse in com.restapi.template.security.controller
Methods in com.restapi.template.security.controller that return ErrorResponse Modifier and Type Method Description ErrorResponseSecurityExceptionHandler. handleIdExists(IdAlreadyExistsException exception)아이디 중복 예외 발생.ErrorResponseSecurityExceptionHandler. handleMalformedJwt(io.jsonwebtoken.MalformedJwtException exception)데이터가 깨진 토큰 예외 발생.ErrorResponseSecurityExceptionHandler. handleSignature(io.jsonwebtoken.security.SignatureException exception)서명이 유효하지 않은 예외 발생.ErrorResponseSecurityExceptionHandler. handleTokenExpired(io.jsonwebtoken.ExpiredJwtException exception)토큰 만료 예외 발생.ErrorResponseSecurityExceptionHandler. handleUserNotFound(CantSignInException exception)회원 인증 예외 발생.
-