NodeExistsException Class

com.bea.content
NodeExistsException Class

public class NodeExistsException

    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
        NodeExistsException
All Implemented Interfaces

Serializable

Constructor Summary

NodeExistsException(String message, Throwable cause)

NodeExistsException(String message)

NodeExistsException(Throwable cause)

 

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

NodeExistsException

public NodeExistsException(String message, 
                           Throwable cause)

NodeExistsException

public NodeExistsException(String message)

NodeExistsException

public NodeExistsException(Throwable cause)