org.modeshape.web.jcr.spi
Class NoSuchRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.modeshape.web.jcr.spi.NoSuchRepositoryException
All Implemented Interfaces:
Serializable

public class NoSuchRepositoryException
extends RepositoryException

Exception thrown when an operation attempts to access a repository that does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchRepositoryException()
           
NoSuchRepositoryException(String message)
           
NoSuchRepositoryException(String message, Throwable rootCause)
           
NoSuchRepositoryException(Throwable rootCause)
           
 
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

NoSuchRepositoryException

public NoSuchRepositoryException()

NoSuchRepositoryException

public NoSuchRepositoryException(String message,
                                 Throwable rootCause)

NoSuchRepositoryException

public NoSuchRepositoryException(String message)

NoSuchRepositoryException

public NoSuchRepositoryException(Throwable rootCause)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.