public class TooManyExternalObjectsPerTopicException extends Exception
Constructor and Description |
---|
TooManyExternalObjectsPerTopicException(String message,
String externalSystemId,
int numberOfMaximumExternalObjectsPerTopic) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalSystemId() |
int |
getNumberOfMaximumExternalObjectsPerTopic() |
void |
setExternalSystemId(String externalSystemId) |
void |
setNumberOfMaximumExternalObjectsPerTopic(int numberOfMaximumExternalObjectsPerTopic) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getExternalSystemId()
public int getNumberOfMaximumExternalObjectsPerTopic()
public void setExternalSystemId(String externalSystemId)
public void setNumberOfMaximumExternalObjectsPerTopic(int numberOfMaximumExternalObjectsPerTopic)
Copyright © 2019 Communote team. All rights reserved.