Class ChangeDetailApplyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.data.tracking.core.mapping.ChangeDetailApplyException
-
- All Implemented Interfaces:
Serializable
public class ChangeDetailApplyException extends RuntimeException
A ChangeDetailApplyException indicates that an attempt to apply aChangeDetailto a targetTrackablefailed.- Author:
- Nathan Moore (nathandmoore)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeDetailApplyException()ChangeDetailApplyException(String message)ChangeDetailApplyException(String message, Throwable cause)ChangeDetailApplyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ChangeDetailApplyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-