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:
Serializable
Direct Known Subclasses:
BridgeDefaultViewNotSpecifiedException, BridgeInvalidViewPathException, BridgeNotAFacesRequestException, BridgeUninitializedException

public class BridgeException
extends javax.faces.FacesException

Author:
Neil Griffin
See Also:
Serialized Form

Constructor Summary
BridgeException()
           
BridgeException(Exception e)
           
BridgeException(String message)
           
BridgeException(String message, Throwable cause)
           
BridgeException(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(String message)

BridgeException

public BridgeException(Exception e)

BridgeException

public BridgeException(Throwable cause)

BridgeException

public BridgeException(String message,
                       Throwable cause)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.