com.sas.hls.common.exception
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.common.exception.AbstractRuntimeException
com.sas.hls.common.exception.AccessDeniedException
- All Implemented Interfaces:
- Serializable
public class AccessDeniedException
- extends AbstractRuntimeException
An exception indicating the user does not have appropriate permissions for the action they attempted.
- See Also:
- Serialized Form
AccessDeniedException
public AccessDeniedException(String message)
- Constructs an
AccessDeniedException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA