com.sun.identity.policy.client
Class InvalidAppSSOTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.policy.PolicyException
              extended by com.sun.identity.policy.client.InvalidAppSSOTokenException

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

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

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