Revision 6283
Added by ben leinfelder over 13 years ago
src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java | ||
---|---|---|
408 | 408 |
} catch (McdbDocNotFoundException e) { |
409 | 409 |
throw new NotFound("1020", "The object specified by " + |
410 | 410 |
pid.getValue() + |
411 |
"does not exist at this node."); |
|
411 |
" does not exist at this node.");
|
|
412 | 412 |
} |
413 | 413 |
|
414 | 414 |
// check for authorization |
Also available in: Unified diff
add space to error message