Class RecipientCountException

All Implemented Interfaces:
Serializable

@Published public class RecipientCountException extends RuntimeException
宛先数が不正な場合に発生する例外クラス。
See Also:
  • Constructor Details

    • RecipientCountException

      public RecipientCountException(int maxRecipientCount, int actualRecipientCount)
      宛先数上限値、実際の宛先数を指定し、RecipientCountExceptionを生成する。
      Parameters:
      maxRecipientCount - 宛先数上限値
      actualRecipientCount - 実際の宛先数
  • Method Details

    • getMaxRecipientCount

      public int getMaxRecipientCount()
      宛先数上限値を取得する。
      Returns:
      宛先数上限値
    • getActualRecipientCount

      public int getActualRecipientCount()
      実際の宛先数を取得する。
      Returns:
      実際の宛先数