public class InsufficientSpaceException extends Exception implements MAJException
Thrown when not enough space is available on the filing system or in a given buffer to save data.
No equivalent C result code.
| Constructor and Description |
|---|
InsufficientSpaceException()
Create a new insufficient space exception with no message.
|
InsufficientSpaceException(String msg)
Create a new insufficient space exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsufficientSpaceException(String msg)
Create a new insufficient space exception with the given descriptive message.
msg - Message describing the exception.public InsufficientSpaceException()
Create a new insufficient space exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.