Class MissingApplicationMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.servlet.exception.MissingApplicationMappingException
- All Implemented Interfaces:
Serializable
The MissingApplicationMappingException class is a runtime exception that indicates
the absence of an explicit mapping for a particular request path in the application.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingApplicationMappingException
(String message) MissingApplicationMappingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingApplicationMappingException
-
MissingApplicationMappingException
-