|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.policy.PolicyException
com.sun.identity.policy.client.InvalidAppSSOTokenException
public class InvalidAppSSOTokenException
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
| Field Summary |
|---|
| Fields inherited from class com.sun.identity.policy.PolicyException |
|---|
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| Constructor Summary | |
|---|---|
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 |
|
| Constructor Detail |
|---|
public InvalidAppSSOTokenException(String msg)
InvalidAppSSOTokenException
msg - exception message
public 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 nullt - nested root cause exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||