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

Author:
Leonardo Uribe
See Also:
Serialized Form

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

ProtectedViewException

public ProtectedViewException()

ProtectedViewException

public ProtectedViewException(Throwable cause)

ProtectedViewException

public ProtectedViewException(String message)

ProtectedViewException

public ProtectedViewException(String message,
                              Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.