org.apache.myfaces.examples.testexception
Class FakesServletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.myfaces.examples.testexception.FakesServletException
All Implemented Interfaces:
java.io.Serializable

public class FakesServletException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

FakesServletException

public FakesServletException(java.lang.Throwable cause)

FakesServletException

public FakesServletException(java.lang.String message,
                             java.lang.Throwable cause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.