public class GroupException
extends java.lang.Exception
GroupException is a generic exception for all failures in the community group API.| Constructor and Description | 
|---|
GroupException(java.lang.String message)
Constructs a new GroupException with the specified message. 
 | 
GroupException(java.lang.String message,
              java.lang.Throwable cause)
Constructs a new GroupException with the specified message. 
 | 
GroupException(java.lang.Throwable cause)
Constructs a new GroupException with the specified cause. 
 | 
public GroupException(java.lang.String message)
message - The detailed messagepublic GroupException(java.lang.String message,
                      java.lang.Throwable cause)
message - The detailed messagecause - The cause.public GroupException(java.lang.Throwable cause)
cause - The causeCopyright © 2010 - 2023 Adobe. All Rights Reserved