Class N2oSecurityException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AccessDeniedException,DataAccessDeniedException,UnauthorizedException
public class N2oSecurityException extends net.n2oapp.framework.api.exception.N2oUserExceptionСтандратное исключение при проверке доступа- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSecurityException()N2oSecurityException(java.lang.String userMessage, java.lang.String techMessage)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, wrap
-
-