public class EssenceNotFoundException extends Exception implements MAJException
Thrown when an attempt is made to remove some data from content storage that is not contained within that storage.
Equivalent C result code: AAFRESULT_ESSENCE_NOT_FOUND 0x80120129
ContentStorage,
Serialized Form| Constructor and Description |
|---|
EssenceNotFoundException()
Create a new essence not found exception with no message.
|
EssenceNotFoundException(String msg)
Create a new essence not found exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EssenceNotFoundException(String msg)
Create a new essence not found exception with the given descriptive message.
msg - Message describing the exception.public EssenceNotFoundException()
Create a new essence not found exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.