Class NoDifferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.NoDifferenceException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=BAD_REQUEST, reason="A certain modification operation could not be performed because the new value matches the old one.") public class NoDifferenceException extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that a certain modification operation could not be performed because the new value matches the old one.
See Also: