javax.servlet
Class ServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnavailableException

public class ServletException
extends java.lang.Exception

Generic servlet exception

Author:
Rick Knowles
See Also:
Serialized Form

Constructor Summary
ServletException()
           
ServletException(java.lang.String message)
           
ServletException(java.lang.String message, java.lang.Throwable rootCause)
           
ServletException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletException

public ServletException()

ServletException

public ServletException(java.lang.String message)

ServletException

public ServletException(java.lang.String message,
                        java.lang.Throwable rootCause)

ServletException

public ServletException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()


Copyright © 2013. All Rights Reserved.