Class jada.JadaException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jada.JadaException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jada.JadaException

public class JadaException
extends RuntimeException
Signals that a condition error has occured (probably some IO trouble) while performing operations on the tuple space

Constructor Index

 o JadaException()
 o JadaException(String)

Constructors

 o JadaException
  public JadaException()
 o JadaException
  public JadaException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index