Class 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()
      존재하지 않는 게시글입니다.
    • 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

      • PostNotFoundException

        public PostNotFoundException()
        존재하지 않는 게시글입니다.