Class MissingBringServletImplException

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

public class MissingBringServletImplException extends RuntimeException
The MissingBringServletImplException class is a runtime exception that indicates the absence of the implementation of the BringServlet interface in a RestController.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • MissingBringServletImplException

      public MissingBringServletImplException(String message)