@Published public class RecipientCountException extends java.lang.RuntimeException
コンストラクタと説明 |
---|
RecipientCountException(int maxRecipientCount,
int actualRecipientCount)
宛先数上限値、実際の宛先数を指定し、
RecipientCountException を生成する。 |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getActualRecipientCount()
実際の宛先数を取得する。
|
int |
getMaxRecipientCount()
宛先数上限値を取得する。
|