Package com.sas.lsaf.core
Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.core.AccessDeniedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessDeniedException extends AbstractRuntimeException
Thrown when the user does not have appropriate permissions for the action they attempted.- Since:
- 1.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException(java.lang.String message)
Construct anAccessDeniedException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
AccessDeniedException
public AccessDeniedException(java.lang.String message)
Construct anAccessDeniedException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()
method).
-
-