Class ExceptionDetails

java.lang.Object
liquibase.logging.mdc.customobjects.ExceptionDetails
All Implemented Interfaces:
CustomMdcObject

public class ExceptionDetails extends Object implements CustomMdcObject
  • Constructor Details

    • ExceptionDetails

      public ExceptionDetails()
    • ExceptionDetails

      public ExceptionDetails(Throwable exception, String source)
  • Method Details

    • getFormattedPrimaryException

      public String getFormattedPrimaryException()
    • getFormattedPrimaryExceptionReason

      public String getFormattedPrimaryExceptionReason()
    • getFormattedPrimaryExceptionSource

      public String getFormattedPrimaryExceptionSource()
    • findSource

      public static String findSource(Database database)