Class MergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.extensibility.context.merge.exceptions.MergeException
- All Implemented Interfaces:
Serializable
This exception is thrown when a problem is encountered during
the actual merge of the source and patch documents.
- Author:
- jfischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMergeException(String arg0) MergeException(String arg0, Throwable arg1) MergeException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MergeException
public MergeException() -
MergeException
-
MergeException
-
MergeException
-