Package com.microej.kf.util.control.net
Class BandwidthLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- com.microej.kf.util.control.net.BandwidthLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class BandwidthLimitException extends java.lang.SecurityExceptionException 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 withnullas its detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetNextDate()
-
-
-
Constructor Detail
-
BandwidthLimitException
public BandwidthLimitException(java.util.Date date)
Constructs a new exception withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).- Parameters:
date- the date from which the bandwidth is available.
-
-