RepositoryConfigExistsException Class
- public class RepositoryConfigExistsException
extends RepositoryException
Thrown if an operation on a Node that already exists occurs, such as attempting to rename a Node to the Name of
a Node that already exists.
-
Hierarchy
-
Object
Throwable
Exception
RepositoryException
RepositoryConfigExistsException
-
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 |
RepositoryConfigExistsException
public RepositoryConfigExistsException(String
message,
Throwable
cause)
RepositoryConfigExistsException
public RepositoryConfigExistsException(String
message)