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 Details

  • Constructor Details

    • ExceptionLogger

      public ExceptionLogger()
  • Method Details

    • log

      public void log(Throwable throwable)
    • logInternalServerAndOtherStatusCodes

      protected void logInternalServerAndOtherStatusCodes(Throwable throwable, int statusCode)
    • isPersistenceConnectionError

      protected boolean isPersistenceConnectionError(Throwable throwable)
    • getSqlException

      protected SQLException getSqlException(org.camunda.bpm.engine.ProcessEnginePersistenceException e)