com.sas.hls.security.privilege.exception
Class PrivilegeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.privilege.exception.PrivilegeException
com.sas.hls.security.privilege.exception.PrivilegeNotFoundException
- All Implemented Interfaces:
- Serializable
public class PrivilegeNotFoundException
- extends PrivilegeException
Thrown when a privilege specified is not found on the server.
- See Also:
- Serialized Form
PrivilegeNotFoundException
public PrivilegeNotFoundException(String message)
- Constructor with detailed message.
- Parameters:
message
- The detailed message about the exception.
PrivilegeNotFoundException
public PrivilegeNotFoundException(String message,
Set<Privilege> notFoundPrivileges)
- Constructor with detailed message and set of privileges which were not found on the server.
- Parameters:
message
- the detailed message about the exceptionnotFoundPrivileges
- the set of privileges which were not found.
getNotFoundPrivileges
public Set<Privilege> getNotFoundPrivileges()
- Get the set of privileges which were not found.
- Returns:
- the privileges which were not defined.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA