com.mot.iden.voicenote
Class VoiceNoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.mot.iden.voicenote.VoiceNoteException

public class VoiceNoteException
extends RuntimeException

Signals that an error occured in the Voicenote recorder


Constructor Summary
VoiceNoteException()
          Constructs a VoiceNoteException with no detail message.
VoiceNoteException(String s)
          Constructs a VoiceNoteException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoiceNoteException

public VoiceNoteException()
Constructs a VoiceNoteException with no detail message.

Since:
JDK1.0

VoiceNoteException

public VoiceNoteException(String s)
Constructs a VoiceNoteException with the specified detail message.

Parameters:
s - the detail message.
Since:
JDK1.0