com.atlassian.crowd.exception
Class DirectoryInstantiationException

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

public class DirectoryInstantiationException
extends OperationFailedException

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 © 2013 Atlassian. All Rights Reserved.