Class ServletExceptionWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
org.apache.felix.http.jakartawrappers.ServletExceptionWrapper
All Implemented Interfaces:
Serializable

public class ServletExceptionWrapper extends jakarta.servlet.ServletException
Wrapper for servlet exception
See Also:
  • Constructor Details

    • ServletExceptionWrapper

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

    • getException

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