NoSuchRepositoryConfigException Class

com.bea.content.manager
NoSuchRepositoryConfigException Class

public class NoSuchRepositoryConfigException

    extends RepositoryException

Thrown if an operation attempting to access a RepositoryConfig that does not exist.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        NoSuchRepositoryConfigException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchRepositoryConfigException(String message, Throwable cause)

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

NoSuchRepositoryConfigException

public NoSuchRepositoryConfigException(String message, 
                                       Throwable cause)

NoSuchRepositoryConfigException

public NoSuchRepositoryConfigException(String message)