com.sas.hls.security.privilege.exception
Class PrivilegeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.privilege.exception.PrivilegeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidPrivilegeException, PrivilegeExistsException, PrivilegeNotFoundException
public abstract class PrivilegeException
- extends AbstractCheckedException
Abstract parent class for privilege exceptions thrown while getting or managing privileges in the system.
- See Also:
- Serialized Form
PrivilegeException
public PrivilegeException(String message)
- PrivilegeException constructor with detailed message.
- Parameters:
message
- The detailed message for this exception.
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA