public class ExternalObjectNotAssignedException extends Exception
Constructor and Description |
---|
ExternalObjectNotAssignedException(String message,
Long blogId,
BlogRole userRole,
String externalId,
String externalSystemId)
Create a new exception
|
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Get the identifier of the external object.
|
String |
getExternalSystemId()
Get the external system identifier.
|
void |
setExternalId(String externalId)
Set the external identifier.
|
void |
setExternalSystemId(String externalSystemId)
Set the external system identifier.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExternalObjectNotAssignedException(String message, Long blogId, BlogRole userRole, String externalId, String externalSystemId)
message
- The message.blogId
- The blogId.userRole
- The users role.externalId
- identifier of external object in external systemexternalSystemId
- identifier of external systempublic String getExternalId()
public String getExternalSystemId()
public void setExternalId(String externalId)
externalId
- identifier of the external object in the external system that should have been
assigned to the topicpublic void setExternalSystemId(String externalSystemId)
externalSystemId
- identifier of the external system.Copyright © 2019 Communote team. All rights reserved.