public class ProtectedViewException extends FacesException
This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.
Constructor and Description |
---|
ProtectedViewException() |
ProtectedViewException(java.lang.String message) |
ProtectedViewException(java.lang.String message,
java.lang.Throwable cause) |
ProtectedViewException(java.lang.Throwable rootCause) |
getCause
public ProtectedViewException(java.lang.Throwable rootCause)
public ProtectedViewException(java.lang.String message, java.lang.Throwable cause)
public ProtectedViewException(java.lang.String message)
public ProtectedViewException()