com.plumtree.remote.prc.content
Class NameAlreadyInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.plumtree.remote.prc.content.ContentException
com.plumtree.remote.prc.content.NameAlreadyInUseException
- All Implemented Interfaces:
- java.io.Serializable
- public class NameAlreadyInUseException
- extends ContentException
Thrown when creating an object with a name that is
already used by an existing object of the same type
in the same folder.
For Content Server properties, this exception
will be thrown when adding a property with a name
that is already used by another property of a different
type in the same Data Entry Template.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.RemoteException |
detail |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NameAlreadyInUseException
public NameAlreadyInUseException()
NameAlreadyInUseException
public NameAlreadyInUseException(java.lang.String message)
NameAlreadyInUseException
public NameAlreadyInUseException(java.lang.Throwable cause)
NameAlreadyInUseException
public NameAlreadyInUseException(java.lang.String message,
java.lang.Throwable cause)
For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.Copyright ©2007 BEA Systems, Inc. All Rights Reserved.