JADE v6.1

com.dautelle.realtime
Class ConcurrentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.dautelle.realtime.ConcurrentException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentException
extends java.lang.RuntimeException

This class encapsulates errors or exceptions raised during the execution of concurrent threads (ConcurrentException are raised upon exit of the ConcurrentContext). getCause() identifies the source of the error.

Version:
5.0, August 17, 2003
Author:
Jean-Marie Dautelle
See Also:
ConcurrentContext.exit(), Serialized Form

Method Summary
 java.lang.Throwable getCause()
          Returns the original cause of the exception or error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCause

public java.lang.Throwable getCause()
Returns the original cause of the exception or error.

Returns:
the exception or error as it has been raised by the java.lang.Runnable.

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.