Package io.vertigo.ui.exception
Class ExpiredViewContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertigo.ui.exception.ExpiredViewContextException
- All Implemented Interfaces:
Serializable
Exception lancée dans le cas ou l'on recherche un context expiré.
- Author:
- npiedeloup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpiredViewContextException(String message, Optional<String> redirectUrlOpt) Constructeur. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpiredViewContextException
Constructeur.- Parameters:
message- Message d'erreurredirectUrlOpt- URL de redirection (si vide : pas de redirection)
-
-
Method Details
-
getRedirectUrlOpt
-