public class NonceExpiredException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
NonceExpiredException(java.lang.String msg)
Constructs a
NonceExpiredException with the specified message. |
NonceExpiredException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
NonceExpiredException with the specified message and root
cause. |
public NonceExpiredException(java.lang.String msg)
NonceExpiredException with the specified message.msg - the detail messagepublic NonceExpiredException(java.lang.String msg,
java.lang.Throwable t)
NonceExpiredException with the specified message and root
cause.msg - the detail messaget - root cause