com.sun.ebxml.registry.lcm
Class SlotsParentNotExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.ebxml.registry.RegistryException
              extended bycom.sun.ebxml.registry.lcm.SlotsParentNotExistException
All Implemented Interfaces:
java.io.Serializable

public class SlotsParentNotExistException
extends RegistryException

This exception will be thrown if the parent of the Slots does not exist when adding Slot.

See Also:
Serialized Form

Constructor Summary
SlotsParentNotExistException(java.lang.String parentId)
           
 
Method Summary
 java.lang.String getParentId()
           
 
Methods inherited from class com.sun.ebxml.registry.RegistryException
getException, getMessage
 
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
 

Constructor Detail

SlotsParentNotExistException

public SlotsParentNotExistException(java.lang.String parentId)
Method Detail

getParentId

public java.lang.String getParentId()