RepositoryConfigExistsException Class

com.bea.content.manager
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

Constructor Summary

RepositoryConfigExistsException(String message, Throwable cause)

RepositoryConfigExistsException(String message)

 

Method Summary

 
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
   

Constructor Detail

RepositoryConfigExistsException

public RepositoryConfigExistsException(String message, 
                                       Throwable cause)

RepositoryConfigExistsException

public RepositoryConfigExistsException(String message)