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