public class DirectoryInstantiationException extends OperationFailedException
RemoteDirectory
implementation can not be loaded
by a Directory
.Constructor and Description |
---|
DirectoryInstantiationException()
Default constructor.
|
DirectoryInstantiationException(String s)
Default constructor.
|
DirectoryInstantiationException(String s,
Throwable throwable)
Default constructor.
|
DirectoryInstantiationException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryInstantiationException()
public DirectoryInstantiationException(String s)
s
- the message.public DirectoryInstantiationException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.Copyright © 2021 Atlassian. All rights reserved.