org.broadleafcommerce.common.extensibility.context.merge.exceptions
Class MergeManagerSetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.extensibility.context.merge.exceptions.MergeManagerSetupException
All Implemented Interfaces:
Serializable

public class MergeManagerSetupException
extends Exception

This exception is thrown when a problem is encountered during the MergeManager initialization

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
MergeManagerSetupException()
           
MergeManagerSetupException(String arg0)
           
MergeManagerSetupException(String arg0, Throwable arg1)
           
MergeManagerSetupException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeManagerSetupException

public MergeManagerSetupException()

MergeManagerSetupException

public MergeManagerSetupException(String arg0,
                                  Throwable arg1)

MergeManagerSetupException

public MergeManagerSetupException(String arg0)

MergeManagerSetupException

public MergeManagerSetupException(Throwable arg0)


Copyright © 2012. All Rights Reserved.