com.sas.hls.security.principal.exception
Class PrincipalNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.common.exception.AbstractRuntimeException
com.sas.hls.security.principal.exception.PrincipalNotFoundException
- All Implemented Interfaces:
- Serializable
public class PrincipalNotFoundException
- extends AbstractRuntimeException
Thrown when the specified principal can not be found in the system.
- See Also:
- Serialized Form
PrincipalNotFoundException
public PrincipalNotFoundException(String message)
- Construct a PrincipalNotFoundException with specified message.
- Parameters:
message
- User message explaining the failure.
PrincipalNotFoundException
public PrincipalNotFoundException(String message,
Set<Principal> notFound)
- Construct a PrincipalNotFoundException with the specified message and list of principals which could not be found
in the system.
- Parameters:
message
- User message explaining the failure.notFound
- The set of principals which could not be found in the system.
getNotFound
public Set<Principal> getNotFound()
- Get the set of principals which could not be found.
- Returns:
- the notFound
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA