Class InvalidAppSSOTokenException

  • All Implemented Interfaces:
    L10NMessage, Serializable

    public class InvalidAppSSOTokenException
    extends PolicyException
    Exception thrown if Application SSOToken is invalid. Application SSO Token is used while communicating with policy service as a means of authenticating the client Policy Enforcement Point
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidAppSSOTokenException

        public InvalidAppSSOTokenException​(String msg)
        Constructs InvalidAppSSOTokenException
        Parameters:
        msg - exception message
      • InvalidAppSSOTokenException

        public InvalidAppSSOTokenException​(String rbName,
                                           String errCode,
                                           Object[] args)
        Constructs InvalidAppSSOTokenException
        Parameters:
        rbName - Resource bundle name of exception message
        errCode - id used with resource bundle to get error message
        args - any arguments for message formatting, could be null
      • InvalidAppSSOTokenException

        public InvalidAppSSOTokenException​(String rbName,
                                           String errCode,
                                           Object[] args,
                                           Throwable t)
        Constructs InvalidAppSSOTokenException
        Parameters:
        rbName - Resource bundle name of exception message
        errCode - id used with resource bundle to get error message
        args - any arguments for message formatting, could be null
        t - nested root cause exception