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