public class NoteManagementAuthorizationException extends AuthorizationException
Thrown when a user has not the required authorization to create, update or delete a note.
Constructor and Description |
---|
NoteManagementAuthorizationException(String message,
String blogTitle)
Constructs a new instance of NoteManagementAuthorizationException
|
NoteManagementAuthorizationException(String message,
Throwable throwable,
String blogTitle)
Constructs a new instance of NoteManagementAuthorizationException
|
Modifier and Type | Method and Description |
---|---|
String |
getBlogTitle()
The title of the blog for which the user does not have the required access right.
|
void |
setBlogTitle(String blogTitle) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Communote team. All rights reserved.