Class InternalServletException

All Implemented Interfaces:
Serializable

public class InternalServletException extends FrameworkException
See Also:
  • Constructor Details

    • InternalServletException

      public InternalServletException(ServletError servletError, int httpFailureCode)
    • InternalServletException

      public InternalServletException(ServletError servletError, int httpFailureCode, Throwable cause)
  • Method Details