PropertyExistsException Class
- public class PropertyExistsException
extends RepositoryException
Thrown if trying to add a Property to a Node that already has a Property
with the same name.
-
Hierarchy
-
Object
Throwable
Exception
RepositoryException
PropertyExistsException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyExistsException
public PropertyExistsException(String
message,
Throwable
cause)
PropertyExistsException
public PropertyExistsException(String
message)
PropertyExistsException
public PropertyExistsException(Throwable
cause)