@Published public class RecipientCountException extends java.lang.RuntimeException
Constructor and Description |
---|
RecipientCountException(int maxRecipientCount,
int actualRecipientCount)
宛先数上限値、実際の宛先数を指定し、
RecipientCountException を生成する。 |
Modifier and Type | Method and Description |
---|---|
int |
getActualRecipientCount()
実際の宛先数を取得する。
|
int |
getMaxRecipientCount()
宛先数上限値を取得する。
|