Package com.soffid.iam.util
Class TimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.util.TimedOutException
- All Implemented Interfaces:
Serializable
Excepción por proceso sin finalizar en el tiempo establecido
- Version:
- $Revision: 1.1.2.2 $
- Author:
- $Author: u07286 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorTimedOutException(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 Details
-
TimedOutException
public TimedOutException()Constructor -
TimedOutException
Genera una TimedOutException con el texto indicado- Parameters:
msg- texto de la excepción
-