com.sun.ebxml.registry.lcm
Class AssociateToDeprecatedRegistryEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
com.sun.ebxml.registry.lcm.AssociateToDeprecatedRegistryEntryException
- All Implemented Interfaces:
- java.io.Serializable
- public class AssociateToDeprecatedRegistryEntryException
- extends RegistryException
This exception will be thrown if registry client tries to associate a Registry
Object with a deprecated RegistryEntry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AssociateToDeprecatedRegistryEntryException
public AssociateToDeprecatedRegistryEntryException(java.lang.String sourceObjectId,
java.lang.String targetObjectId,
java.lang.String deprecatedRegistryEntryId)
getSourceObjectId
public java.lang.String getSourceObjectId()
getTargetObjectId
public java.lang.String getTargetObjectId()
getDeprecatedRegistryEntryId
public java.lang.String getDeprecatedRegistryEntryId()