Package io.vertigo.struts2.exception
Class ExpiredContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.vertigo.struts2.exception.ExpiredContextException
-
- All Implemented Interfaces:
Serializable
public final class ExpiredContextException extends Exception
Exception lancée dans le cas ou l'on recherche un context expiré.- Author:
- npiedeloup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpiredContextException(String message)Constructeur.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExpiredContextException
public ExpiredContextException(String message)
Constructeur.- Parameters:
message- Message d'erreur
-
-