public class ResourceConflictException extends RestApiException
RestModifyView
implementations may fail with this exception when the named resource
does not permit the modification to take place at this time. An example use is trying to abandon
a change that is already merged. The change cannot be abandoned once merged so an operation would
throw.
Constructor and Description |
---|
ResourceConflictException(String msg) |
ResourceConflictException(String msg,
Throwable cause) |
caching, caching
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceConflictException(String msg)
msg
- message to return to the client describing the error.