com.virtuosotechnologies.asaph.model
Class SongDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SongDeletedException
public SongDeletedException()
SongDeletedException
public SongDeletedException(String msg)
SongDeletedException
public SongDeletedException(String msg,
Throwable cause)
SongDeletedException
public SongDeletedException(Throwable cause)