Package com.sas.lsaf.security.group
Class GroupContextNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.security.group.GroupContextNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class GroupContextNotFoundException extends AbstractRuntimeException
Thrown when the group context is not found.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupContextNotFoundException(java.lang.String message)
Constructs aGroupContextNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
GroupContextNotFoundException
public GroupContextNotFoundException(java.lang.String message)
Constructs aGroupContextNotFoundException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()
method).
-
-