[Package Index] [Index] [Users' Guide] [SVAPI Home Page] All Packages Class Hierarchy This Package Previous Next Index



Class COM.novell.SVAPI.RecordDoesNotExistException

java.lang.Object

+----java.lang.Throwable
+----java.lang.Exception

+----COM.novell.SVAPI.SVAPIException

+----COM.novell.SVAPI.RecordDoesNotExistException

public class RecordDoesNotExistException

extends SVAPIException

Signals that the record does not exist.

See Also:

DataStore



Constructor Index

RecordDoesNotExistException()

Constructs a RecordDoesNotExistException without a detail message.
RecordDoesNotExistException(String)

Constructs a RecordDoesNotExistException with the specified detail message.
RecordDoesNotExistException(String, Throwable)

Constructs a RecordDoesNotExistException with the specified detail message and a nested exception.



Constructors

RecordDoesNotExistException

public RecordDoesNotExistException()
Constructs a RecordDoesNotExistException without a detail message.

RecordDoesNotExistException

public RecordDoesNotExistException(String s)
Constructs a RecordDoesNotExistException with the specified detail message.

RecordDoesNotExistException

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

All Packages Class Hierarchy This Package Previous Next Index



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

rwille@novell.com