net.sf.zekr.engine.audio
Class PlaylistProvisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.engine.audio.PlaylistProvisionException
All Implemented Interfaces:
java.io.Serializable

public class PlaylistProvisionException
extends ZekrBaseException

Exception thrown when error occurs in playlist provision. Naturally an IOException in creating the file on the local disk can cause this exception.

Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
PlaylistProvisionException()
           
PlaylistProvisionException(java.lang.Throwable cause)
           
 
Method Summary
 
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

PlaylistProvisionException

public PlaylistProvisionException()

PlaylistProvisionException

public PlaylistProvisionException(java.lang.Throwable cause)