jade.core
Class UnreachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.core.UnreachableException
All Implemented Interfaces:
java.io.Serializable

public class UnreachableException
extends WrapperException

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

Version:
$Date: 2003-11-18 14:23:42 +0100 (mar, 18 nov 2003) $ $Revision: 4548 $
Author:
Giovanni Rimassa - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
UnreachableException(java.lang.String msg)
          Construct an UnreachableException with the given message.
UnreachableException(java.lang.String msg, java.lang.Throwable t)
          Construct an UnreachableException with the given message and exception cause.
 
Method Summary
 
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, 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.

UnreachableException

public UnreachableException(java.lang.String msg,
                            java.lang.Throwable t)
Construct an UnreachableException with the given message and exception cause.

Parameters:
msg - The exception message.
t - The Throwable tht caused this exception.