jade.core
Class UnreachableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.core.UnreachableException

public class UnreachableException
extends java.lang.Exception

This exception is thrown when some agent container cannot be contacted.

Version:
$Date: 2001/08/04 16:42:55 $ $Revision: 2.1 $
Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
UnreachableException(java.lang.String msg)
          Construct an UnreachableException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnreachableException

public UnreachableException(java.lang.String msg)
Construct an UnreachableException with the given message.
Parameters:
msg - The exception message.