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:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NoDifferenceException(String message) SeeException(String).NoDifferenceException(String message, Throwable cause) NoDifferenceException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoDifferenceException
public NoDifferenceException()SeeException(). -
NoDifferenceException
SeeException(String). -
NoDifferenceException
-
NoDifferenceException
SeeException(Throwable).
-