[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.ModelAlreadyExistsException
public class ModelAlreadyExistsException extends DataStoreException
Signals that an action could not be taken because a model with the specified name already exists.
See Also: Model
Constructor Index
- ModelAlreadyExistsException()
- Constructs a ModelAlreadyExistsException without a detail message.
- ModelAlreadyExistsException(String)
- Constructs a ModelAlreadyExistsException with the specified detail message.
- ModelAlreadyExistsException(String, Throwable)
- Constructs a ModelAlreadyExistsException with the specified detail message and a nested exception.
Constructors
ModelAlreadyExistsException
public ModelAlreadyExistsException()
Constructs a ModelAlreadyExistsException without a detail message.
ModelAlreadyExistsException
public ModelAlreadyExistsException(String s)
Constructs a ModelAlreadyExistsException with the specified detail message.
ModelAlreadyExistsException
public ModelAlreadyExistsException(String s, Throwable e)
Constructs a ModelAlreadyExistsException 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