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(Throwable cause)
Constructs a new GroupException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroupException(String message)
message
- The detailed messagepublic GroupException(Throwable cause)
cause
- The cause"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"