Package io.vertigo.ui.exception
Class ExpiredViewContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.vertigo.ui.exception.ExpiredViewContextException
-
- All Implemented Interfaces:
Serializable
public final class ExpiredViewContextException 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 ExpiredViewContextException(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
-
ExpiredViewContextException
public ExpiredViewContextException(String message)
Constructeur.- Parameters:
message
- Message d'erreur
-
-