Class SessionExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.portlets.user.accountingdashboard.shared.exception.ServiceException
-
- org.gcube.portlets.user.accountingdashboard.shared.exception.SessionExpiredException
-
- All Implemented Interfaces:
Serializable
public class SessionExpiredException extends ServiceException
ASL Session Expired Exception- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionExpiredException()SessionExpiredException(String message)SessionExpiredException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SessionExpiredException
public SessionExpiredException()
-
SessionExpiredException
public SessionExpiredException(String message)
- Parameters:
message- message
-
-