com.bea.content.federated
Class NoRepositoriesDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.federated.NoRepositoriesDefinedException
All Implemented Interfaces
Serializable

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.

See Also
Serialized Form

Constructor Summary
NoRepositoriesDefinedException(String message)
           
NoRepositoriesDefinedException(String message, Throwable cause)
           
NoRepositoriesDefinedException(String message, Throwable cause, boolean log)
           
NoRepositoriesDefinedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(String message)

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(String message,
                                      Throwable cause)

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(Throwable cause)

NoRepositoriesDefinedException

public NoRepositoriesDefinedException(String message,
                                      Throwable cause,
                                      boolean log)


Copyright © 2011, Oracle. All rights reserved.