public class GroupException extends Exception
GroupException is a generic exception for all failures in the community group API.| Constructor and Description |
|---|
GroupException(String message)
Constructs a new GroupException with the specified message.
|
GroupException(String message,
Throwable cause)
Constructs a new GroupException with the specified message.
|
GroupException(Throwable cause)
Constructs a new GroupException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroupException(String message)
message - The detailed messagepublic GroupException(String message, Throwable cause)
message - The detailed messagecause - The cause.public GroupException(Throwable cause)
cause - The cause"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"