com.sun.ebxml.registry.lcm
Class DuplicateSlotsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
com.sun.ebxml.registry.lcm.DuplicateSlotsException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateSlotsException
- extends RegistryException
This exception will be thrown if there exists more than one Slot within a single
AddSlotsRequest have the same name
x
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getParentId()
|
java.util.ArrayList |
getSlotsNames()
Get the names of those Slots that are duplicate |
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 |
DuplicateSlotsException
public DuplicateSlotsException(java.lang.String message)
DuplicateSlotsException
public DuplicateSlotsException(java.lang.String parentId,
java.util.ArrayList slotsNames)
getParentId
public java.lang.String getParentId()
getSlotsNames
public java.util.ArrayList getSlotsNames()
- Get the names of those Slots that are duplicate