public class

DirectoryInstantiationException

extends OperationFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.OperationFailedException
           ↳ com.atlassian.crowd.exception.DirectoryInstantiationException

Class Overview

Exception when a com.atlassian.crowd.directory.RemoteDirectory implementation can not be loaded by a Directory.

Summary

Public Constructors
DirectoryInstantiationException()
Default constructor.
DirectoryInstantiationException(String s)
Default constructor.
DirectoryInstantiationException(String s, Throwable throwable)
Default constructor.
DirectoryInstantiationException(Throwable throwable)
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DirectoryInstantiationException ()

Default constructor.

public DirectoryInstantiationException (String s)

Default constructor.

Parameters
s the message.

public DirectoryInstantiationException (String s, Throwable throwable)

Default constructor.

Parameters
s the message.
throwable the Exception.

public DirectoryInstantiationException (Throwable throwable)

Default constructor.

Parameters
throwable the Exception.