Class ServletExceptionWithCause

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.apache.jackrabbit.j2ee.ServletExceptionWithCause
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JcrApiNotFoundException

public class ServletExceptionWithCause extends javax.servlet.ServletException
Utility class that links ServletException with support for the exception chaining mechanism in Throwable.
See Also:
  • Constructor Details

    • ServletExceptionWithCause

      public ServletExceptionWithCause(String message, Throwable cause)
      Creates a servlet exception with the given message and cause.
      Parameters:
      message - exception message
      cause - cause of the exception