com.atlassian.studio.repository
Class RepositoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.sal.api.net.ResponseException
              extended by com.atlassian.studio.repository.PermissionsSynchronisationException
                  extended by com.atlassian.studio.repository.RepositoryNotFoundException
All Implemented Interfaces:
Serializable

public class RepositoryNotFoundException
extends PermissionsSynchronisationException

See Also:
Serialized Form

Constructor Summary
RepositoryNotFoundException(RepositoryNotFoundException e)
           
RepositoryNotFoundException(String repositoryKey)
           
 
Method Summary
 String getRepositoryKey()
           
 
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

RepositoryNotFoundException

public RepositoryNotFoundException(RepositoryNotFoundException e)

RepositoryNotFoundException

public RepositoryNotFoundException(String repositoryKey)
Method Detail

getRepositoryKey

public String getRepositoryKey()


Copyright © 2002-2012 Atlassian. All Rights Reserved.