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 PointConstructor 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 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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-2020, ForgeRock All Rights Reserved.