Class N2oUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.api.exception.N2oUserException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
N2oValidationException
public class N2oUserException extends N2oException
Бизнес исключение- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oUserException(String userMessage)N2oUserException(String userMessage, String techMessage)N2oUserException(String userMessage, String alertKey, List<ValidationMessage> messages)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getLocalizedMessage, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-