com.virtuosotechnologies.asaph.model
Class SongDatabaseFailedException

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

Constructor Summary
SongDatabaseFailedException()
           
SongDatabaseFailedException(String msg)
           
SongDatabaseFailedException(String msg, Throwable cause)
           
SongDatabaseFailedException(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

SongDatabaseFailedException

public SongDatabaseFailedException()

SongDatabaseFailedException

public SongDatabaseFailedException(String msg)

SongDatabaseFailedException

public SongDatabaseFailedException(String msg,
                                   Throwable cause)

SongDatabaseFailedException

public SongDatabaseFailedException(Throwable cause)