Class RequestPathDuplicateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.servlet.exception.RequestPathDuplicateException
All Implemented Interfaces:
Serializable

public class RequestPathDuplicateException extends RuntimeException
The RequestPathDuplicateException class is a runtime exception that indicates the presence of duplicate request paths in the application.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • RequestPathDuplicateException

      public RequestPathDuplicateException(String message)