Class BandwidthLimitException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BandwidthLimitException
    extends java.lang.SecurityException
    Exception thrown when a bandwidth limit (fs/net) is exceeded.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BandwidthLimitException​(java.util.Date date)
      Constructs a new exception with null as its detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getNextDate()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BandwidthLimitException

        public BandwidthLimitException​(java.util.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 java.util.Date getNextDate()