Class NotFoundContextPlaceholderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.api.exception.NotFoundContextPlaceholderException
-
- All Implemented Interfaces:
Serializable
public class NotFoundContextPlaceholderException extends N2oException
Не найден обязательный конеткс тпользователя- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundContextPlaceholderException(String placeHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpStatus()-
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
-
NotFoundContextPlaceholderException
public NotFoundContextPlaceholderException(String placeHolder)
-
-