java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
eu.rarogsoftware.rarog.platform.api.plugins.web.servlets.NotHandledException
All Implemented Interfaces:
Serializable

public class NotHandledException extends jakarta.servlet.ServletException
Thrown by servlet that conditionally overrides other servlets. If thrown by servlet, next matching servlet will be invoked. See PluginServletMappingDescriptor for details.
See Also:
  • Constructor Details

    • NotHandledException

      public NotHandledException()
    • NotHandledException

      public NotHandledException(String message)
    • NotHandledException

      public NotHandledException(String message, Throwable rootCause)
    • NotHandledException

      public NotHandledException(Throwable rootCause)