public class DataSizeException extends Exception implements MAJException
Thrown when it has not been possible to allocate the requested or necessary amount of space for data storage.
Equivalent C result code: AAFRESULT_DATA_SIZE 0x80120169
| Constructor and Description |
|---|
DataSizeException()
Create a new data size exception with no message.
|
DataSizeException(String msg)
Create a new data size exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataSizeException(String msg)
Create a new data size exception with the given descriptive message.
msg - Message describing the exception.public DataSizeException()
Create a new data size exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.