[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.ModelInUseException
public class ModelInUseException extends InvalidModelException
Signals that an action could not be taken because the model was in use.
Constructor Index
- ModelInUseException()
- Constructs a ModelInUseException without a detail message.
- ModelInUseException(String)
- Constructs a ModelInUseException with the specified detail message.
- ModelInUseException(String, Throwable)
- Constructs a ModelInUseException with the specified detail message and a nested exception.
- ModelInUseException(String, Throwable, Model)
- Constructs a ModelInUseException with the specified detail message, a nested exception and a reference to the model in question.
Constructors
ModelInUseException
public ModelInUseException()
Constructs a ModelInUseException without a detail message.
ModelInUseException
public ModelInUseException(String s)
Constructs a ModelInUseException with the specified detail message.
ModelInUseException
public ModelInUseException(String s, Throwable e)
Constructs a ModelInUseException with the specified detail message and a nested exception. The message can be null.
ModelInUseException
public ModelInUseException(String s, Throwable e, Model m)
Constructs a ModelInUseException with the specified detail message, a nested exception and a reference to the model in question. The message can be null. The nested exception can be null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com