Class InvalidSessionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSessionException
    extends PubServerException
    Throw this type of exception if a publishing server session is not valid - i.e. sessionId is not related to a session within the server, e.g. because it has expired.

    For the time being publishing server session is related to shiro session.

    See Also:
    Serialized Form