public class SocialException extends SlingException
CollabException
is a generic exception for all failures in Social Collaboration.Constructor and Description |
---|
SocialException(String message)
Constructs a new CollabException with the specified message and cause.
|
SocialException(String message,
Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
SocialException(Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocialException(String message)
message
- The detailed messagepublic SocialException(String message, Throwable cause)
message
- The detailed messagecause
- The causepublic SocialException(Throwable cause)
cause
- The cause"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"