Class N2oBusinessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.api.exception.N2oBusinessException
-
- All Implemented Interfaces:
Serializable,UserMessageAware
@Deprecated public class N2oBusinessException extends N2oException implements UserMessageAware
Deprecated.Ошибка бизнес логики- See Also:
N2oUserException, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringuserDetailedMessageDeprecated.protected StringuserSummaryMessageDeprecated.
-
Constructor Summary
Constructors Constructor Description N2oBusinessException(String userSummaryMessage)Deprecated.N2oBusinessException(String userSummaryMessage, String field)Deprecated.N2oBusinessException(String userSummaryMessage, String userDetailedMessage, String field)Deprecated.N2oBusinessException(String userSummaryMessage, String userDetailedMessage, String techMessage, String field)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDetailedMessage()Deprecated.intgetHttpStatus()Deprecated.StringgetSummary()Deprecated.-
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
-
-
-
-
Constructor Detail
-
N2oBusinessException
public N2oBusinessException(String userSummaryMessage)
Deprecated.
-
N2oBusinessException
public N2oBusinessException(String userSummaryMessage, String field)
Deprecated.
-
N2oBusinessException
public N2oBusinessException(String userSummaryMessage, String userDetailedMessage, String field)
Deprecated.
-
-
Method Detail
-
getSummary
public String getSummary()
Deprecated.- Specified by:
getSummaryin interfaceUserMessageAware- Returns:
- краткая ошибка
-
getDetailedMessage
public String getDetailedMessage()
Deprecated.- Specified by:
getDetailedMessagein interfaceUserMessageAware- Returns:
- детальная ошибка
-
getHttpStatus
public int getHttpStatus()
Deprecated.
-
-