public class AlreadyUniquelyIdentifiedException extends RuntimeException implements MAJException
Thrown when an attempt is made to add a property to a class definition described as a unique identifier when the class already has a registered property that is a unique identifier.
Equivalent C result code: AAFRESULT_ALREADY_UNIQUELY_IDENTIFIED 0x80120203
ClassDefinition,
Serialized Form| Constructor and Description |
|---|
AlreadyUniquelyIdentifiedException()
Create a new already uniquely identified exception with no message.
|
AlreadyUniquelyIdentifiedException(String msg)
Create a new already uniquely identified exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyUniquelyIdentifiedException(String msg)
Create a new already uniquely identified exception with the given descriptive message.
msg - Message describing the exception.public AlreadyUniquelyIdentifiedException()
Create a new already uniquely identified exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.