public class NotWriteableException extends Exception implements MAJException
Thrown when it is not possible to write to a file on the filing system.
Equivalent C result code: AAFRESULT_NOT_WRITEABLE 0x80120026
| Constructor and Description |
|---|
NotWriteableException()
Create a new not writeable exception with no message.
|
NotWriteableException(String msg)
Create a new not writeable exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotWriteableException(String msg)
Create a new not writeable exception with the given descriptive message.
msg - Message describing the exception.public NotWriteableException()
Create a new not writeable exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.