public class SocialException extends SlingException
CollabException is a generic exception for all failures in Social Collaboration.| Constructor and Description |
|---|
SocialException(java.lang.String message)
Constructs a new CollabException with the specified message and cause.
|
SocialException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
SocialException(java.lang.Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
public SocialException(java.lang.String message)
message - The detailed messagepublic SocialException(java.lang.String message,
java.lang.Throwable cause)
message - The detailed messagecause - The causepublic SocialException(java.lang.Throwable cause)
cause - The cause"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"