com.virtuosotechnologies.asaph.model
Class SongNotFreshException

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

public class SongNotFreshException
extends Exception

Unable to commit the song because it isn't fresh.

See Also:
Serialized Form

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

SongNotFreshException

public SongNotFreshException()

SongNotFreshException

public SongNotFreshException(String msg)

SongNotFreshException

public SongNotFreshException(String msg,
                             Throwable cause)

SongNotFreshException

public SongNotFreshException(Throwable cause)