Package org.apache.sling.api
Class SlingServletException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.sling.api.SlingException
 - 
- org.apache.sling.api.SlingServletException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class SlingServletException extends SlingException
TheSlingServletExceptionis a runtime exception wrapper for the Servlet APIServletException. This exception is used to catch aServletExceptionand forward it as a runtime exception to be handled at the outermost level.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SlingServletException(ServletException cause) 
 - 
 
- 
- 
Constructor Detail
- 
SlingServletException
public SlingServletException(ServletException cause)
 
 - 
 
 -