Package com.suncode.pwfl.util.exception
Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.util.exception.ServiceException
com.suncode.pwfl.util.exception.ConflictException
- All Implemented Interfaces:
Serializable
Rzucany gdy zasób koliduje z istniejącymi danymi (np. duplikat nazwy/klucza).
Mapowany na HTTP 409 Conflict.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException(String message) ConflictException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
-
ConflictException
-