[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.NoSuchEngineException
public class NoSuchEngineException extends SVAPIException
Signals that the engine does not exist.
See Also: SVAPI
Constructor Index
- NoSuchEngineException()
- Constructs a NoSuchEngineException without a detail message.
- NoSuchEngineException(String)
- Constructs a NoSuchEngineException with the specified detail message.
- NoSuchEngineException(String, Throwable)
- Constructs a NoSuchEngineException with the specified detail message and a nested exception.
Constructors
NoSuchEngineException
public NoSuchEngineException()
Constructs a NoSuchEngineException without a detail message.
NoSuchEngineException
public NoSuchEngineException(String s)
Constructs a NoSuchEngineException with the specified detail message.
NoSuchEngineException
public NoSuchEngineException(String s, Throwable e)
Constructs a NoSuchEngineException 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