org.modeshape.graph.connector
Class LockFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.connector.RepositorySourceException
                  extended by org.modeshape.graph.connector.LockFailedException
All Implemented Interfaces:
Serializable

@Immutable
public class LockFailedException
extends RepositorySourceException

Exception that indicates that a lock request failed at the repository level. This may be due to a conflict with an existing lock, an internal timeout that occurred while attempting to lock the target, a lack of permissions, or any other reason.

See Also:
Serialized Form

Constructor Summary
LockFailedException(String repositorySourceName, Location target, String workspaceName, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.modeshape.graph.connector.RepositorySourceException
getSourceName, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockFailedException

public LockFailedException(String repositorySourceName,
                           Location target,
                           String workspaceName,
                           Throwable cause)


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