+----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.
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