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

Class COM.novell.SVAPI.EngineNotAvailableException

public class EngineNotAvailableException extends SVAPIException

Signals that the engine is currently not available. This exception can be thrown if an engine cannot be started.

See Also: SVAPI


Constructor Index

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


Constructors



EngineNotAvailableException

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

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

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