com.virtuosotechnologies.asaph.model
Class DatabaseNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
com.virtuosotechnologies.asaph.model.DatabaseNotWritableException
- All Implemented Interfaces:
- Serializable
- public class DatabaseNotWritableException
- extends SongDatabaseFailedException
Unable to modify the database because it is not writable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseNotWritableException
public DatabaseNotWritableException()
DatabaseNotWritableException
public DatabaseNotWritableException(String msg)
DatabaseNotWritableException
public DatabaseNotWritableException(String msg,
Throwable cause)
DatabaseNotWritableException
public DatabaseNotWritableException(Throwable cause)