Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.api.exception.N2oUserException
-
- net.n2oapp.framework.access.exception.N2oSecurityException
-
- net.n2oapp.framework.access.exception.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends N2oSecurityException
Ошибка "Пользователь не авторизован"- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException()
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getUserMessageTitle, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, setUserMessageTitle, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-