com.virtuosotechnologies.asaph.model
Class SongDatabaseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.asaph.model.SongDatabaseFailedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DatabaseNotWritableException
- public class SongDatabaseFailedException
- extends Exception
A problem occurred with the song database
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SongDatabaseFailedException
public SongDatabaseFailedException()
SongDatabaseFailedException
public SongDatabaseFailedException(String msg)
SongDatabaseFailedException
public SongDatabaseFailedException(String msg,
Throwable cause)
SongDatabaseFailedException
public SongDatabaseFailedException(Throwable cause)