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



Class COM.novell.SVAPI.EngineBusyException

java.lang.Object

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

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

+----COM.novell.SVAPI.EngineBusyException

public class EngineBusyException

extends SVAPIException

Signals that the engine is currently busy performing a task which cannot be preformed concurrently with the requested one. For example, an engine may not be capable of concurrently performing synchronous and asynchronous verification. If requested to do so, the engine should throw an EngineBusyException.



Constructor Index

EngineBusyException()

Constructs an EngineBusyException without a detail message.
EngineBusyException(String)

Constructs an EngineBusyException with the specified detail message.
EngineBusyException(String, Throwable)

Constructs an EngineBusyException with the specified detail message and a nested exception.

Constructors

EngineBusyException

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

EngineBusyException

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

EngineBusyException

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