|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.group.exception.GroupException
com.sas.hls.security.group.exception.GroupExistsException
public class GroupExistsException
Thrown when an attempt is made to create a group that already exists.
Constructor Summary | |
---|---|
GroupExistsException(GroupContext groupContext,
String name,
String message)
Constructor |
|
GroupExistsException(String name,
String message)
Constructor |
Method Summary | |
---|---|
GroupContext |
getGroupContext()
Get the context of the group in question |
String |
getName()
Get the name of the group in question. |
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException |
---|
getLocalizedMessage, getMessage, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GroupExistsException(GroupContext groupContext, String name, String message)
groupContext
- The context of the groupname
- The name of the groupmessage
- detailed message about the exceptionpublic GroupExistsException(String name, String message)
name
- The name of the groupmessage
- detailed message about the exceptionMethod Detail |
---|
public GroupContext getGroupContext()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |