SizeExceededExceptionpublic class SizeExceededException extends IOException Indicates that an operation is not executable due to insufficient system
resources. |
Constructors Summary |
---|
public SizeExceededException(String reason)Constructs the new exception.
super(reason);
|
|