Class PostNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restapi.template.api.community.post.exception.PostNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PostNotFoundException extends java.lang.RuntimeException없는 게시글 예외 존재하지 않는 게시글입니다.- Version:
- 1.0
- Author:
- always0ne
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostNotFoundException()존재하지 않는 게시글입니다.
-