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 javax.faces.FacesException
Generic exception thrown when the bridge encounters an unexpected error. The message returned in this exception
should contain the details of the specific problem.
- Author:
- Michael Freedman, Neil Griffin
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.FacesException |
getCause |
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 © 2017 Liferay, Inc. All Rights Reserved.