com.virtuosotechnologies.asaph.model
Class SongDeletedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.asaph.model.SongDeletedException
All Implemented Interfaces:
Serializable

public class SongDeletedException
extends Exception

Unable to commit the song because it has been deleted from the database.

See Also:
Serialized Form

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

SongDeletedException

public SongDeletedException()

SongDeletedException

public SongDeletedException(String msg)

SongDeletedException

public SongDeletedException(String msg,
                            Throwable cause)

SongDeletedException

public SongDeletedException(Throwable cause)