Package es.caib.seycon.util
Class TimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.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:
TimedProcess
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimedOutException()
ConstructorTimedOutException(String msg)
Genera una TimedOutException con el texto indicado
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-