Class BandwidthLimitException

    • Constructor Detail

      • BandwidthLimitException

        public BandwidthLimitException​(Date date)
        Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
        Parameters:
        date - the date from which the bandwidth is available.
    • Method Detail

      • getNextDate

        public Date getNextDate()