org.modeshape.jcr
Class NoSuchRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.modeshape.jcr.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchRepositoryException
public NoSuchRepositoryException()
NoSuchRepositoryException
public NoSuchRepositoryException(String message,
Throwable rootCause)
NoSuchRepositoryException
public NoSuchRepositoryException(String message)
NoSuchRepositoryException
public NoSuchRepositoryException(Throwable rootCause)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.