public class RepositoryItemMoveException extends RepositoryItemException
Constructor and Description |
---|
RepositoryItemMoveException(String path,
String message)
Constructs a
RepositoryItemMoveException with the specified path and message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemMoveException(String path, String message)
RepositoryItemMoveException
with the specified path and message.path
- the path of the repository item.message
- the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA