public class GroupExistsException extends GroupException
Constructor and Description |
---|
GroupExistsException(GroupContext groupContext,
String name,
String message)
Constructor
|
GroupExistsException(String name,
String message)
Constructor
|
Modifier and Type | Method and Description |
---|---|
GroupContext |
getGroupContext()
Get the context of the group in question
|
String |
getName()
Get the name of the group in question.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroupExistsException(GroupContext groupContext, String name, String message)
groupContext
- The context of the groupname
- The name of the groupmessage
- detailed message about the exceptionpublic GroupContext getGroupContext()
public String getName()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA