Class ViewException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ViewMissingException

public class ViewException extends WebException
Author:
Igor Polevoy
See Also:
Serialized Form
  • Constructor Details

    • ViewException

      public ViewException(String message, Throwable cause)
    • ViewException

      public ViewException(Throwable cause)
    • ViewException

      public ViewException(String message)