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:
Serializable
public class BandwidthLimitException extends SecurityException
Exception thrown when a bandwidth limit (fs/net) is exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BandwidthLimitException(Date date)Constructs a new exception withnullas its detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetNextDate()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
BandwidthLimitException
public BandwidthLimitException(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.
-
-
Method Detail
-
getNextDate
public Date getNextDate()
-
-