public class ExternalObjectAlreadyAssignedException extends Exception
Constructor and Description |
---|
ExternalObjectAlreadyAssignedException(String message,
String externalSystemId,
String externalId,
Long blogId)
Create a new exception
|
Modifier and Type | Method and Description |
---|---|
Long |
getBlogId() |
String |
getExternalId() |
String |
getExternalSystemId() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExternalObjectAlreadyAssignedException(String message, String externalSystemId, String externalId, Long blogId)
message
- a detail messageexternalSystemId
- the ID of the external system of the external objectexternalId
- the ID of the external object within the external systemblogId
- the ID of the blog to which the external object is already assignedpublic Long getBlogId()
public String getExternalId()
public String getExternalSystemId()
public String getMessage()
getMessage
in class Throwable
Copyright © 2019 Communote team. All rights reserved.