com.mot.iden.voicenote
Class VoiceNoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mot.iden.voicenote.VoiceNoteException
- public class VoiceNoteException
- extends RuntimeException
Signals that an error occured in the Voicenote recorder
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