public class PrivilegeNotFoundException extends PrivilegeException
Constructor and Description |
---|
PrivilegeNotFoundException(String message)
Constructor with detailed message.
|
PrivilegeNotFoundException(String message,
Set<Privilege> notFoundPrivileges)
Constructor with detailed message and set of privileges which were not found on the server.
|
Modifier and Type | Method and Description |
---|---|
Set<Privilege> |
getNotFoundPrivileges()
Get the set of privileges which were not found.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrivilegeNotFoundException(String message)
message
- The detailed message about the exception.public PrivilegeNotFoundException(String message, Set<Privilege> notFoundPrivileges)
message
- the detailed message about the exceptionnotFoundPrivileges
- the set of privileges which were not found.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA