javax.portlet.faces
Class BridgeNotAFacesRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.portlet.faces.BridgeException
javax.portlet.faces.BridgeNotAFacesRequestException
- All Implemented Interfaces:
- Serializable
public class BridgeNotAFacesRequestException
- extends BridgeException
Thrown when the bridge finds that the request is encoded with its marker
indicating its a nonFaces target.
- See Also:
- Serialized Form
BridgeNotAFacesRequestException
public BridgeNotAFacesRequestException()
BridgeNotAFacesRequestException
public BridgeNotAFacesRequestException(String message)
BridgeNotAFacesRequestException
public BridgeNotAFacesRequestException(String message,
Throwable cause)
BridgeNotAFacesRequestException
public BridgeNotAFacesRequestException(Throwable cause)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.