public class DiskFullException extends IOException
Thrown when a disk write or file extend will exceed the available disk quota for the shared filesystem.
| Constructor and Description |
|---|
DiskFullException()
Default constructor
|
DiskFullException(String msg)
Class constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DiskFullException()
public DiskFullException(String msg)
msg - StringCopyright © 2005–2014 Alfresco Software. All rights reserved.