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

Class COM.novell.SVAPI.InvalidPropertiesException

public class InvalidPropertiesException extends SVAPIException

Signals that an EngineProperties object was used that had incorrect or insufficient data in it.

See Also: EngineProperties


Constructor Index

InvalidPropertiesException()
Constructs an InvalidPropertiesException without a detail message.
InvalidPropertiesException(String)
Constructs an InvalidPropertiesException with the specified detail message.
InvalidPropertiesException(String, Throwable)
Constructs an InvalidPropertiesException with the specified detail message and a nested exception.


Constructors



InvalidPropertiesException

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


InvalidPropertiesException

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


InvalidPropertiesException

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