public class SSOTokenNotFoundException
extends SSORuntimeException
An internal exception class thrown by SSOTokenExtractor implementations when the SSO token expected in a request is not found.
Constructor and Description |
---|
SSOTokenNotFoundException()
Default constructor.
|
SSOTokenNotFoundException(java.lang.String msg)
Throws the specified exception message when an SSO token is not found.
|
SSOTokenNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Throws the specified exception message and cause when an SSO token is not found.
|
public SSOTokenNotFoundException(java.lang.String msg, java.lang.Throwable cause)
Throws the specified exception message and cause when an SSO token is not found.
public SSOTokenNotFoundException(java.lang.String msg)
Throws the specified exception message when an SSO token is not found.
public SSOTokenNotFoundException()
Default constructor.