NoRepositoriesDefinedException Class

com.bea.content.manager
NoRepositoriesDefinedException Class

public class NoRepositoriesDefinedException

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

Serializable

Constructor Summary

NoRepositoriesDefinedException(String message, Throwable cause)

NoRepositoriesDefinedException(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

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(String message, 
                                      Throwable cause)

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(String message)