public class BandwidthLimitException extends SecurityException
Constructor and Description |
---|
BandwidthLimitException(Date date)
Constructs a new exception with
null as its detail message. |
Modifier and Type | Method and Description |
---|---|
Date |
getNextDate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public BandwidthLimitException(Date date)
null
as its detail message. The cause is not initialized, and may
subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
.date
- the date from which the bandwidth is available.public Date getNextDate()