Delete the data store. NOTE: for some data stores deletion is an system administrator task; in such cases this method will throw an UnsupportedOperationException.
()
| 57 | * method will throw an UnsupportedOperationException. |
| 58 | */ |
| 59 | public void delete() |
| 60 | throws PersistenceException, UnsupportedOperationException; |
| 61 | |
| 62 | /** |
no outgoing calls