Class 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:
  • Constructor Details

    • ProtectedViewException

      public ProtectedViewException(Throwable rootCause)
    • ProtectedViewException

      public ProtectedViewException(String message, Throwable cause)
    • ProtectedViewException

      public ProtectedViewException(String message)
    • ProtectedViewException

      public ProtectedViewException()