Class PageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.config.reader.ReferentialIntegrityViolationException
-
- net.n2oapp.framework.config.reader.PageNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PageNotFoundException extends ReferentialIntegrityViolationException
Исключение, когда страница не найдена- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageNotFoundException(String pageId)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.config.reader.ReferentialIntegrityViolationException
getId, getMetadataClass
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getChoice, getData, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setChoice, setData, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PageNotFoundException
public PageNotFoundException(String pageId)
-
-