Class XSSessionManagerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XSSessionManagerException
    extends XSException
    Exception thrown when the session manager is not working.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XSSessionManagerException​(java.lang.String errorString)
      Creates a new XSSessionManagerException with the specified exception message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string representation of the XSSessionManagerException.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XSSessionManagerException

        public XSSessionManagerException​(java.lang.String errorString)
        Creates a new XSSessionManagerException with the specified exception message.
        Parameters:
        errorString - the exception message
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representation of the XSSessionManagerException.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        a string representation of the XSSessionManagerException