com.sun.ebxml.registry.lcm
Class ReferencedObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
com.sun.ebxml.registry.lcm.ReferencedObjectNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ReferencedObjectNotFoundException
- extends RegistryException
This exception will be thrown when Association/Classification/ClassificationNode
/Organization is referencing a object that is
- not specified by ObjectRef but the referenced object does not exist within
the request
- specified by ObjectRef but actually the object does not exist in Registry
- 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 |
ReferencedObjectNotFoundException
public ReferencedObjectNotFoundException(java.lang.String message)
ReferencedObjectNotFoundException
public ReferencedObjectNotFoundException(java.lang.String referencingId,
java.lang.String referencedId)
getReferencingId
public java.lang.String getReferencingId()
getReferencedId
public java.lang.String getReferencedId()