Package jade.core

Class IMTPException

  • All Implemented Interfaces:
    Serializable

    public class IMTPException
    extends WrapperException
    This exception is thrown when an error occurs in the communication with a remote object
    Author:
    Giovanni Caire - TILAB, Nicolas Lhuillier - Motorola
    See Also:
    Serialized Form
    • Constructor Detail

      • IMTPException

        public IMTPException​(String msg)
        Constructs an IMTPException with the specified detail message.
        Parameters:
        msg - The detail message.
      • IMTPException

        public IMTPException​(String msg,
                             Throwable t)
        Constructs an IMTPException with the specified detail message, wrapping the given Throwableobject.
        Parameters:
        msg - The detail message.
        t - The exception to wrap.