Class RoleCheckErrorException

All Implemented Interfaces:
Serializable

public class RoleCheckErrorException extends SessionValidatorException
See Also:
  • Constructor Details

    • RoleCheckErrorException

      public RoleCheckErrorException(String authId, String authData, String role)
    • RoleCheckErrorException

      public RoleCheckErrorException(String authId, String authData, String role, Throwable cause)
  • Method Details

    • getAuthId

      public String getAuthId()
    • getAuthData

      public String getAuthData()
    • getRole

      public String getRole()