public class GroupExistsException extends GroupException
Constructor and Description |
---|
GroupExistsException(String contextId,
String name,
String message)
Constructs a
GroupExistsException with the specified context identifier, name and detail message. |
Modifier and Type | Method and Description |
---|---|
String |
getContextId()
Gets the context identifier of the group.
|
String |
getName()
Gets the name of the group.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroupExistsException(String contextId, String name, String message)
GroupExistsException
with the specified context identifier, name and detail message.contextId
- the context identifier of the group.name
- the name of the group.message
- the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA