C# Class XWiki.Model.PageDoesNotExistException

Signals that a page data access was atempted but the page is non existent or not loaded locally.
Inheritance: System.Exception
Mostra file Open project: xwiki-contrib/xwiki-office

Public Methods

Method Description
PageDoesNotExistException ( ) : System
PageDoesNotExistException ( String message ) : System

Method Details

PageDoesNotExistException() public method

public PageDoesNotExistException ( ) : System
return System

PageDoesNotExistException() public method

public PageDoesNotExistException ( String message ) : System
message String
return System