javax.portlet.faces
Class BridgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.portlet.faces.BridgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BridgeDefaultViewNotSpecifiedException, BridgeInvalidViewPathException, BridgeNotAFacesRequestException, BridgeUninitializedException

public class BridgeException
extends javax.faces.FacesException

Generic exception thrown when the bridge encounters an unexpected error. The message returned in this exeception should contain the details of the specific problem.

See Also:
Serialized Form

Constructor Summary
BridgeException()
           
BridgeException(java.lang.String message)
           
BridgeException(java.lang.String message, java.lang.Throwable cause)
           
BridgeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

BridgeException

public BridgeException()

BridgeException

public BridgeException(java.lang.String message)

BridgeException

public BridgeException(java.lang.String message,
                       java.lang.Throwable cause)

BridgeException

public BridgeException(java.lang.Throwable cause)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.