Package jade.core
Class UnreachableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.core.UnreachableException
-
- All Implemented Interfaces:
Serializable
public class UnreachableException extends WrapperException
This exception is thrown when some agent container cannot be contacted.- Version:
- $Date$ $Revision$
- Author:
- Giovanni Rimassa - Universita` di Parma
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnreachableException(String msg)Construct anUnreachableExceptionwith the given message.UnreachableException(String msg, Throwable t)Construct anUnreachableExceptionwith the given message and exception cause.
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnreachableException
public UnreachableException(String msg)
Construct anUnreachableExceptionwith the given message.- Parameters:
msg- The exception message.
-
-