org.apache.myfaces.examples.testexception
Class FakesServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.myfaces.examples.testexception.FakesServletException
All Implemented Interfaces:
Serializable

public class FakesServletException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FakesServletException(String message, Throwable cause)
           
FakesServletException(Throwable cause)
           
 
Method Summary
 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

FakesServletException

public FakesServletException(Throwable cause)

FakesServletException

public FakesServletException(String message,
                             Throwable cause)
Method Detail

getRootCause

public Throwable getRootCause()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.