Class TimedOutException

  • All Implemented Interfaces:
    Serializable

    public class TimedOutException
    extends Exception
    Excepción por proceso sin finalizar en el tiempo establecido

    Version:
    $Revision: 1.1.2.2 $
    Author:
    $Author: u07286 $
    See Also:
    TimedProcess, Serialized Form
    • Constructor Detail

      • TimedOutException

        public TimedOutException()
        Constructor
      • TimedOutException

        public TimedOutException​(String msg)
        Genera una TimedOutException con el texto indicado
        Parameters:
        msg - texto de la excepción