Previous IDL Connectivity Bridges: IDL Java Object API Next

JIDLBusyException

Declaration

public class JIDLBusyException extends JIDLException implements 
java.io.Serializable  
   
java.lang.Object  
  |  
  +--java.lang.Throwable  
        |  
        +--java.lang.Error  
              |  
              +--com.idl.javaidl.JIDLException   
                    |  
                    +--com.idl.javaidl.JIDLBusyException  

All Implemented Interfaces:

java.io.Serializable  

Description

An unchecked exception thrown when a call to IDL is not executed because the current IDL process is busy.

Inherited Member Summary
Methods inherited from interface JIDLException
Methods inherited from class Object
equals(Object), getClass(), hashCode(), notify(), 
notifyAll(), wait(long, int), wait(long, int), wait(long, 
int)  
Methods inherited from class Throwable
fillInStackTrace(), getCause(), getLocalizedMessage(), 
getMessage(), getStackTrace(), initCause(Throwable), 
printStackTrace(PrintWriter), 
printStackTrace(PrintWriter), 
printStackTrace(PrintWriter), 
setStackTrace(StackTraceElement[])  

  IDL Online Help (March 06, 2007)