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

Class COM.novell.SVAPI.NotSupportedException

public class NotSupportedException extends SVAPIException

Signals that a method was called that is not supported by the engine. The engine's EngineProperties object can be queried to determine what optional functionality is implemented by an engine.

See Also: EngineProperties


Constructor Index

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


Constructors



NotSupportedException

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


NotSupportedException

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


NotSupportedException

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