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

Class COM.novell.SVAPI.UtteranceInUseException

public class UtteranceInUseException extends InvalidUtteranceException

Signals that an action could not be taken because the utterance was in use.



Constructor Index

UtteranceInUseException()
Constructs an UtteranceInUseException without a detail message.
UtteranceInUseException(String)
Constructs an UtteranceInUseException with the specified detail message.
UtteranceInUseException(String, Throwable)
Constructs an UtteranceInUseException with the specified detail message and a nested exception.
UtteranceInUseException(String, Throwable, Utterance)
Constructs an UtteranceInUseException with the specified detail message, a nested exception and a reference to the utterance in question.


Constructor



UtteranceInUseException

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


UtteranceInUseException

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


UtteranceInUseException

public UtteranceInUseException(String s, Throwable e)
Constructs an UtteranceInUseException with the specified detail message and a nested exception. The message can be null.


UtteranceInUseException

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