javax.portlet.faces
Class BridgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.portlet.faces.BridgeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BridgeDefaultViewNotSpecifiedException, BridgeInvalidViewPathException, BridgeNotAFacesRequestException, BridgeUninitializedException
public class BridgeException
- extends 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
BridgeException
public BridgeException()
BridgeException
public BridgeException(String message)
BridgeException
public BridgeException(String message,
Throwable cause)
BridgeException
public BridgeException(Throwable cause)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.