Package com.kenshoo.pl.entity.spi
Class NotSuppliedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.kenshoo.pl.entity.spi.NotSuppliedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotSuppliedException extends java.lang.RuntimeExceptionShould be thrown by a supplier if it has reached the decision that the current value should not be changed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSuppliedException()
-