public class DirectoryNotFoundException
extends com.groupdocs.foundation.exception.GroupDocsException
Constructor and Description |
---|
DirectoryNotFoundException()
Instantiates a new Directory not found exception.
|
DirectoryNotFoundException(String message)
Instantiates a new Directory not found exception.
|
DirectoryNotFoundException(String message,
Throwable throwable)
Instantiates a new Directory not found exception.
|
DirectoryNotFoundException(Throwable cause)
Instantiates a new Directory not found exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DirectoryNotFoundException()
public DirectoryNotFoundException(String message)
message
- the messagepublic DirectoryNotFoundException(String message, Throwable throwable)
message
- the messagethrowable
- the throwablepublic DirectoryNotFoundException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.