public class NonceExpiredException extends AuthenticationException
Constructor and Description |
---|
NonceExpiredException(String msg)
Constructs a
NonceExpiredException with the specified
message. |
NonceExpiredException(String msg,
Throwable t)
Constructs a
NonceExpiredException with the specified
message and root cause. |
getAuthentication, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonceExpiredException(String msg)
NonceExpiredException
with the specified
message.msg
- the detail messageCopyright © 2015. All rights reserved.