Class DuplicateFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateFoundException
    extends BaseException
    EntityNotFoundException : Entity를 찾을 수 없을 때 Exception을 떨군다.
    See Also:
    Serialized Form
    • 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

      • DuplicateFoundException

        public DuplicateFoundException()
      • DuplicateFoundException

        public DuplicateFoundException​(java.lang.String message)