Class ServletExceptionWrapper

  • All Implemented Interfaces:
    Serializable

    public class ServletExceptionWrapper
    extends javax.servlet.ServletException
    Wrapper for servlet exception
    See Also:
    Serialized Form
    • Constructor Detail

      • ServletExceptionWrapper

        public ServletExceptionWrapper​(@NotNull
                                       @NotNull jakarta.servlet.ServletException e)
        Create new wrapepr exception
        Parameters:
        e - Original exception
    • Method Detail

      • getException

        @NotNull
        public @NotNull jakarta.servlet.ServletException getException()
        Get the original exception
        Returns:
        The original exception