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.ResponseAbstractNeutronNorthbound. create(R input)protected javax.ws.rs.core.ResponseAbstractNeutronNorthbound. delete(String uuid)protected javax.ws.rs.core.ResponseAbstractNeutronNorthbound. show(String uuid, List<String> returnFields)protected javax.ws.rs.core.ResponseAbstractNeutronNorthbound. update(String uuid, R input)
-