javax.faces.application
Class ProtectedViewException

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.faces.application.ProtectedViewException
All Implemented Interfaces:
Serializable

public class ProtectedViewException
extends FacesException

This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.

Since:
2.2
See Also:
Serialized Form

Constructor Summary
ProtectedViewException()
           
ProtectedViewException(String message)
           
ProtectedViewException(String message, Throwable cause)
           
ProtectedViewException(Throwable rootCause)
           
 
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

ProtectedViewException

public ProtectedViewException(Throwable rootCause)

ProtectedViewException

public ProtectedViewException(String message,
                              Throwable cause)

ProtectedViewException

public ProtectedViewException(String message)

ProtectedViewException

public ProtectedViewException()


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms