Package com.atlassian.crowd.exception
Class DirectoryInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.OperationFailedException
com.atlassian.crowd.exception.DirectoryInstantiationException
- All Implemented Interfaces:
Serializable
Exception when a
RemoteDirectory
implementation can not be loaded
by a Directory
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Default constructor.DirectoryInstantiationException
(String s, Throwable throwable) Default constructor.DirectoryInstantiationException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryInstantiationException
public DirectoryInstantiationException()Default constructor. -
DirectoryInstantiationException
Default constructor.- Parameters:
s
- the message.
-
DirectoryInstantiationException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
DirectoryInstantiationException
Default constructor.- Parameters:
throwable
- theException
.
-