public class InvalidPersonalContentException extends AppianException
ContentService.getPersonalId()
,
ContentService.getPersonal()
,
ContentService.getPersonalAndTeams(ContentFilter)
,
{@link com.appiancorp.suiteapi.content.ContentService#getPersonalAndTeamsIds(ContentFilter), and
{@link com.appiancorp.suiteapi.content.ContentService#getPersonalAndTeamsPaging(ContentFilter, int, int, Integer, Integer)
if no personal knowledge center exists yet for that user, and the service failed to create it.
If this is thrown, a new personal knowledge center may be created for that user, and then the
call that threw this exception should be repeated.Constructor and Description |
---|
InvalidPersonalContentException()
Constructs a new InvalidPersonalContentException with null as its detail
message.
|
InvalidPersonalContentException(java.lang.String message_)
Constructs a new InvalidPersonalContentException with the specified detail
message.
|
InvalidPersonalContentException(java.lang.String message_,
java.lang.Throwable t_)
Constructs a new InvalidPersonalContentException with the specified detail
message and cause.
|
InvalidPersonalContentException(java.lang.Throwable t_)
Constructs a new InvalidPersonalContentException with the specified cause
and a detail message of (cause==null ?
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidPersonalContentException()
public InvalidPersonalContentException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic InvalidPersonalContentException(java.lang.Throwable t_)
t_
- the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and indicates
that the cause is nonexistent or unknown.)public InvalidPersonalContentException(java.lang.String message_, java.lang.Throwable t_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodt_
- the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and indicates
that the cause is nonexistent or unknown.)Copyright © 2003-2024 Appian Corporation. All Rights Reserved.