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(java.lang.String msg) |
ResourceConflictException(java.lang.String msg,
java.lang.Throwable cause) |
caching, caching
public ResourceConflictException(java.lang.String msg)
msg
- message to return to the client describing the error.public ResourceConflictException(java.lang.String msg, java.lang.Throwable cause)
msg
- message to return to the client describing the error.