[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.ModelReleasedException
public class ModelReleasedException extends InvalidModelException
Signals that a method was called which referenced a model which has been disposed.
See Also: dispose
Constructor Index
- ModelReleasedException()
- Constructs a ModelReleasedException without a detail message.
- ModelReleasedException(String)
- Constructs a ModelReleasedException with the specified detail message.
- ModelReleasedException(String, Throwable)
- Constructs a ModelReleasedException with the specified detail message and a nested exception.
- ModelReleasedException(String, Throwable, Model)
- Constructs a ModelReleasedException with the specified detail message, a nested exception and a reference to the model in question.
Constructors
ModelReleasedException
public ModelReleasedException()
Constructs a ModelReleasedException without a detail message.
ModelReleasedException
public ModelReleasedException(String s)
Constructs a ModelReleasedException with the specified detail message.
ModelReleasedException
public ModelReleasedException(String s, Throwable e)
Constructs a ModelReleasedException with the specified detail message and a nested exception. The message can be null.
ModelReleasedException
public ModelReleasedException(String s, Throwable e, Model m)
Constructs a ModelReleasedException 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