Class TimedOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.util.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:
  • Constructor Details

    • TimedOutException

      public TimedOutException()
      Constructor
    • TimedOutException

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