public class InvalidPrivilegeException extends PrivilegeException
Constructor and Description |
---|
InvalidPrivilegeException(String message)
Constructor with detailed message
|
InvalidPrivilegeException(String message,
Set<Privilege> invalidPrivileges)
Constructor specifying multiple invalid privileges
|
Modifier and Type | Method and Description |
---|---|
Set<Privilege> |
getInvalidPrivileges()
Get the set of privileges which were found to be invalid.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPrivilegeException(String message)
message
- detailed messageCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA