Class N2oActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.engine.processor.N2oActionException
-
- All Implemented Interfaces:
Serializable
public class N2oActionException extends N2oException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oActionException(Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionId()StringgetObjectId()voidsetActionId(String actionId)voidsetObjectId(String objectId)-
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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-