Interface RootCauseAccessor

All Known Implementing Classes:
BroadleafException, CheckoutException, OfferAlreadyAddedException, OfferException, OfferExpiredException, OfferMaxUseExceededException, PaymentException, RollbackFailureException, WorkflowException

public interface RootCauseAccessor
Interface indicating that the exception knows how to return the root cause message.
Author:
bpolster
  • Method Details

    • getRootCause

      Throwable getRootCause()
    • getRootCauseMessage

      String getRootCauseMessage()