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

Class COM.novell.SVAPI.ChannelMismatchException

public class ChannelMismatchException extends AudioException

Signals that the audio data channel appears to be different from what was expected.



Constructor Index

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


Constructors



ChannelMismatchException

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


ChannelMismatchException

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


ChannelMismatchException

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