public class DirectoryNotFoundException extends CrowdException
Constructor and Description |
---|
DirectoryNotFoundException(Long id) |
DirectoryNotFoundException(Long id,
Throwable e) |
DirectoryNotFoundException(String directoryName) |
DirectoryNotFoundException(String directoryName,
Throwable e) |
DirectoryNotFoundException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
String |
getDirectoryName()
Returns the name of the directory that could not be found.
|
Long |
getId()
Returns the ID of the directory that could not be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryNotFoundException(String directoryName)
public DirectoryNotFoundException(Long id)
public DirectoryNotFoundException(Throwable e)
public String getDirectoryName()
public Long getId()
Copyright © 2020 Atlassian. All rights reserved.