org.broadleafcommerce.common.exception
Interface RootCauseAccessor

All Known Implementing Classes:
BroadleafException, PaymentException, PaymentHostException

public interface RootCauseAccessor

Interface indicating that the exception knows how to return the root cause message.

Author:
bpolster

Method Summary
 Throwable getRootCause()
           
 String getRootCauseMessage()
           
 

Method Detail

getRootCause

Throwable getRootCause()

getRootCauseMessage

String getRootCauseMessage()


Copyright © 2013. All Rights Reserved.