public class SessionTimedOutException extends SessionException
SessionTimedOutException
is thrown if the Session has timed
out.Constructor and Description |
---|
SessionTimedOutException(String msg)
Constructs an instance of the
SessionTimedOutException
class. |
SessionTimedOutException(Throwable t)
Constructs an instance of the
SessionTimedOutException
class. |
getL10NMessage
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SessionTimedOutException(String msg)
SessionTimedOutException
class.msg
- The message provided by the object which is throwing the
exceptionpublic SessionTimedOutException(Throwable t)
SessionTimedOutException
class.t
- The Throwable
object provided by the object which
is throwing the exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.