Package jade.core

Class 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 Detail

      • UnreachableException

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

        public UnreachableException​(String msg,
                                    Throwable t)
        Construct an UnreachableException with the given message and exception cause.
        Parameters:
        msg - The exception message.
        t - The Throwable tht caused this exception.