[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

COM.novell.SVAPI.AudioNotConnectedException

public class AudioNotConnectedException extends AudioException

Signals that the engine is not connected to an audio stream.



Constructor Index

AudioNotConnectedException()
Constructs an AudioNotConnectedException without a detail message.
AudioNotConnectedException(String)
Constructs an AudioNotConnectedException with the specified detail message.
AudioNotConnectedException(String, Throwable)
Constructs an AudioNotConnectedException with the specified detail message and a nested exception.


Constructors



AudioNotConnectedException

public AudioNotConnectedException()
Constructs an AudioNotConnectedException without a detail message.


AudioNotConnectedException

public AudioNotConnectedException(String s)
Constructs an AudioNotConnectedException with the specified detail message.


AudioNotConnectedException

public AudioNotConnectedException(String s, Throwable e)
Constructs an AudioNotConnectedException 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