public class StorageLimitException extends SecurityException
Constructor and Description |
---|
StorageLimitException()
Constructs a new exception with
null as its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public StorageLimitException()
null
as its detail message. The cause is not initialized, and may
subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
.