[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.UtteranceReleasedException
public class UtteranceReleasedException extends InvalidUtteranceException
Signals that a method was called which referenced an utterance which has been disposed.
See Also: dispose
Constructor Index
- UtteranceReleasedException()
- Constructs an UtteranceReleasedException without a detail message.
- UtteranceReleasedException(String)
- Constructs an UtteranceReleasedException with the specified detail message.
- UtteranceReleasedException(String, Throwable)
- Constructs an UtteranceReleasedException with the specified detail message and a nested exception.
- UtteranceReleasedException(String, Throwable, Utterance)
- Constructs an UtteranceReleasedException with the specified detail message, a nested exception and a reference to the utterance in question.
Constructor
UtteranceReleasedException
public UtteranceReleasedException()
Constructs an UtteranceReleasedException without a detail message.
UtteranceReleasedException
public UtteranceReleasedException(String s)
Constructs an UtteranceReleasedException with the specified detail message.
UtteranceReleasedException
public UtteranceReleasedException(String s, Throwable e)
Constructs an UtteranceReleasedException with the specified detail message and a nested exception. The message can be null.
UtteranceReleasedException
public UtteranceReleasedException(String s, Throwable e, Utterance u)
Constructs an UtteranceReleasedException with the specified detail message, a nested exception and a reference to the utterance in question. The message can be null. The nested exception can be null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com