Class UnauthorizedSessionRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.servlet.session.UnauthorizedSessionRequestException
All Implemented Interfaces:
Serializable

public class UnauthorizedSessionRequestException extends RuntimeException
The UnauthorizedSessionRequestException is thrown when a user attempts to access a session owned by another user.
See Also:
  • Constructor Details

    • UnauthorizedSessionRequestException

      public UnauthorizedSessionRequestException()
    • UnauthorizedSessionRequestException

      public UnauthorizedSessionRequestException(String s)