org.jboss.seam.faces
Class SeamFacesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.faces.SeamFacesException
All Implemented Interfaces:
Serializable

public class SeamFacesException
extends RuntimeException

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
SeamFacesException()
           
SeamFacesException(String message)
           
SeamFacesException(String message, Exception e)
           
 
Method Summary
 
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

SeamFacesException

public SeamFacesException()

SeamFacesException

public SeamFacesException(String message)

SeamFacesException

public SeamFacesException(String message,
                          Exception e)


Copyright © 2009-2011 Seam Framework. All Rights Reserved.