com.sun.ebxml.registry.lcm
Class SlotsExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
com.sun.ebxml.registry.lcm.SlotsExistException
- All Implemented Interfaces:
- java.io.Serializable
- public class SlotsExistException
- extends RegistryException
This exception will be thrown if some Slots for a RegistryObject already exist.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getParentId()
|
java.util.ArrayList |
getSlotsNames()
Get the names of those Slots that already exist |
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 |
SlotsExistException
public SlotsExistException(java.lang.String message)
SlotsExistException
public SlotsExistException(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 already exist