net.hurstfrost.hudson.sounds
Class UnplayableSoundBiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.hurstfrost.hudson.sounds.UnplayableSoundBiteException
All Implemented Interfaces:
java.io.Serializable

public class UnplayableSoundBiteException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnplayableSoundBiteException(HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite bite, java.lang.Exception e)
           
UnplayableSoundBiteException(java.lang.String message)
           
UnplayableSoundBiteException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite getSoundBite()
           
 
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

UnplayableSoundBiteException

public UnplayableSoundBiteException(HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite bite,
                                    java.lang.Exception e)

UnplayableSoundBiteException

public UnplayableSoundBiteException(java.lang.String message,
                                    java.lang.Exception e)

UnplayableSoundBiteException

public UnplayableSoundBiteException(java.lang.String message)
Method Detail

getSoundBite

public HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite getSoundBite()


Copyright © 2013. All Rights Reserved.