Class ExceptionLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.rest.exception.ExceptionLogger
public class ExceptionLogger
extends org.camunda.commons.logging.BaseLogger
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final ExceptionLoggerFields inherited from class org.camunda.commons.logging.BaseLoggercomponentId, delegateLogger, projectCode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SQLExceptionprotected booleanisPersistenceConnectionError(Throwable throwable) voidprotected voidlogInternalServerAndOtherStatusCodes(Throwable throwable, int statusCode) Methods inherited from class org.camunda.commons.logging.BaseLoggercreateLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
- 
Field Details- 
PROJECT_CODE- See Also:
 
- 
REST_API- See Also:
 
- 
REST_LOGGER
 
- 
- 
Constructor Details- 
ExceptionLoggerpublic ExceptionLogger()
 
- 
- 
Method Details- 
log
- 
logInternalServerAndOtherStatusCodes
- 
isPersistenceConnectionError
- 
getSqlException
 
-