[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.AudioException
public class AudioException extends SVAPIException
Signals that an error occured accessing an audio stream. This class is the parent of audio-related exceptions.
Constructor Index
- AudioException()
- Constructs an AudioException without a detail message.
- AudioException(String)
- Constructs an AudioException with the specified detail message.
- AudioException(String, Throwable)
- Constructs an AudioException with the specified detail message and a nested exception.
Constructors
AudioException
public AudioException()
Constructs an AudioException without a detail message.
AudioException
public AudioException(String s)
Constructs an AudioException with the specified detail message.
AudioException
public AudioException(String s, Throwable e)
Constructs an AudioException with the specified detail message and a nested exception. The message can be null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com