com.virtuosotechnologies.asaph.model
Class DatabaseNotWritableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.asaph.model.SongDatabaseFailedException
              extended bycom.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

Constructor Summary
DatabaseNotWritableException()
           
DatabaseNotWritableException(String msg)
           
DatabaseNotWritableException(String msg, Throwable cause)
           
DatabaseNotWritableException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseNotWritableException

public DatabaseNotWritableException()

DatabaseNotWritableException

public DatabaseNotWritableException(String msg)

DatabaseNotWritableException

public DatabaseNotWritableException(String msg,
                                    Throwable cause)

DatabaseNotWritableException

public DatabaseNotWritableException(Throwable cause)