Class LocalizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.cg.webbpm.modules.core.runtime.api.LocalizedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException
,BpmnOperationException
,BusinessException
,EsiaNotBindException
,ReportingException
,SecurityApiException
,UserNotConfirmedException
,WbProcessInstanceNotFoundException
- Author:
- Tim Urmancheev
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource, Object... messageArgs) LocalizedException
(String messageCode, org.springframework.context.support.MessageSourceAccessor messageSource, Throwable cause, Object... messageArgs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalizedException
-
LocalizedException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-