com.atlassian.crowd.exception
Class DirectoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.crowd.exception.CrowdException
                  extended by com.atlassian.crowd.exception.DirectoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryNotFoundException
extends CrowdException

See Also:
Serialized Form

Constructor Summary
DirectoryNotFoundException(java.lang.Long id)
           
DirectoryNotFoundException(java.lang.Long id, java.lang.Throwable e)
           
DirectoryNotFoundException(java.lang.String directoryName)
           
DirectoryNotFoundException(java.lang.String directoryName, java.lang.Throwable e)
           
DirectoryNotFoundException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getDirectoryName()
           
 java.lang.Long getId()
           
 void setDirectoryName(java.lang.String directoryName)
           
 void setId(java.lang.Long id)
           
 
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

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.String directoryName)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.String directoryName,
                                  java.lang.Throwable e)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.Long id)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.Long id,
                                  java.lang.Throwable e)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.Throwable e)
Method Detail

getDirectoryName

public java.lang.String getDirectoryName()

getId

public java.lang.Long getId()

setDirectoryName

public void setDirectoryName(java.lang.String directoryName)

setId

public void setId(java.lang.Long id)


Copyright © 2010 Atlassian. All Rights Reserved.