com.atlassian.crowd.integration.exception
Class DirectoryInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.DirectoryAccessException
              extended by com.atlassian.crowd.integration.exception.DirectoryInstantiationException
All Implemented Interfaces:
Serializable

public class DirectoryInstantiationException
extends DirectoryAccessException

Exception when a RemoteDirectory implementation can not be loaded by a Directory.

See Also:
Serialized Form

Constructor Summary
DirectoryInstantiationException()
          Default constructor.
DirectoryInstantiationException(String s)
          Default constructor.
DirectoryInstantiationException(String s, Throwable throwable)
          Default constructor.
DirectoryInstantiationException(Throwable throwable)
          Default constructor.
 
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

DirectoryInstantiationException

public DirectoryInstantiationException()
Default constructor.


DirectoryInstantiationException

public DirectoryInstantiationException(String s)
Default constructor.

Parameters:
s - the message.

DirectoryInstantiationException

public DirectoryInstantiationException(String s,
                                       Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

DirectoryInstantiationException

public DirectoryInstantiationException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.