public class RepositoryItemCheckedoutException extends RepositoryItemRuntimeException
Constructor and Description |
---|
RepositoryItemCheckedoutException(String path,
String message)
Constructs a
RepositoryItemCheckedoutException with the specified path and message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemCheckedoutException(String path, String message)
RepositoryItemCheckedoutException
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 AbstractRuntimeException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA