javax.portlet.faces
Class BridgeNotAFacesRequestException

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
                      extended by javax.portlet.faces.BridgeNotAFacesRequestException
All Implemented Interfaces:
java.io.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

Constructor Summary
BridgeNotAFacesRequestException()
           
BridgeNotAFacesRequestException(java.lang.String message)
           
BridgeNotAFacesRequestException(java.lang.String message, java.lang.Throwable cause)
           
BridgeNotAFacesRequestException(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

BridgeNotAFacesRequestException

public BridgeNotAFacesRequestException()

BridgeNotAFacesRequestException

public BridgeNotAFacesRequestException(java.lang.String message)

BridgeNotAFacesRequestException

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

BridgeNotAFacesRequestException

public BridgeNotAFacesRequestException(java.lang.Throwable cause)


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