Uses of Class
org.opendaylight.neutron.northbound.api.DatastoreOperationFailedWebApplicationException
-
Packages that use DatastoreOperationFailedWebApplicationException Package Description org.opendaylight.neutron.northbound.api -
-
Uses of DatastoreOperationFailedWebApplicationException in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api that throw DatastoreOperationFailedWebApplicationException Modifier and Type Method Description protected javax.ws.rs.core.Response
AbstractNeutronNorthbound. create(R input)
protected javax.ws.rs.core.Response
AbstractNeutronNorthbound. delete(String uuid)
protected javax.ws.rs.core.Response
AbstractNeutronNorthbound. show(String uuid, List<String> returnFields)
protected javax.ws.rs.core.Response
AbstractNeutronNorthbound. update(String uuid, R input)
-