public class TermsNotAcceptedException extends GeneralUserManagementException
Thrown to indicate that the user has not yet accepted the terms of use or the privacy policy.
Constructor and Description |
---|
TermsNotAcceptedException(String message,
Long userId)
Constructs a new instance of TermsNotAcceptedException
|
Modifier and Type | Method and Description |
---|---|
Long |
getUserId()
The ID of the user who has not accepted the terms.
|
void |
setUserId(Long userId) |
getArguments, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Communote team. All rights reserved.