public class DuplicatePackageIDException extends DuplicateException implements MAJException
Thrown when an attempt is made to add essence or metadata to content storage when information with the same package id is already stored.
Equivalent C result code: AAFRESULT_DUPLICATE_MOBID 0x80120108
ContentStorage,
Preface,
Serialized Form| Constructor and Description |
|---|
DuplicatePackageIDException()
Create a new duplicate package id exception with no message.
|
DuplicatePackageIDException(String msg)
Create a new duplicate package id exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicatePackageIDException(String msg)
Create a new duplicate package id exception with the given descriptive message.
msg - Message describing the exception.public DuplicatePackageIDException()
Create a new duplicate package id exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.