public class InvalidAppSSOTokenException extends PolicyException
SSOToken
is invalid.
Application SSO Token is used while communicating with policy service
as a means of authenticating the client Policy Enforcement PointCONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION
Constructor and Description |
---|
InvalidAppSSOTokenException(String msg)
Constructs
InvalidAppSSOTokenException |
InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args)
Constructs
InvalidAppSSOTokenException |
InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args,
Throwable t)
Constructs
InvalidAppSSOTokenException |
public InvalidAppSSOTokenException(String msg)
InvalidAppSSOTokenException
msg
- exception messagepublic InvalidAppSSOTokenException(String rbName, String errCode, Object[] args)
InvalidAppSSOTokenException
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting,
could be null
public InvalidAppSSOTokenException(String rbName, String errCode, Object[] args, Throwable t)
InvalidAppSSOTokenException
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting,
could be null
t
- nested root cause exceptionCopyright © 2010-2014, ForgeRock All Rights Reserved.