public class GroupAlreadyExistsException extends AlreadyExistsException
Constructor and Description |
---|
GroupAlreadyExistsException(java.lang.String message,
java.lang.Object... args)
Constructs a new exception with the specified detail message.
|
GroupAlreadyExistsException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args)
Constructs a new exception with the specified detail message and cause.
|
@FormatMethod public GroupAlreadyExistsException(@FormatString java.lang.String message, java.lang.Object... args)
message
- the detail message.args
- the arguments to the message.@FormatMethod public GroupAlreadyExistsException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
cause
- the cause.message
- the detail message.args
- the arguments to the message.