public class RepositoryItemCheckoutException extends RepositoryItemException
Constructor and Description |
---|
RepositoryItemCheckoutException(String path,
String message)
Constructs a
RepositoryItemCheckoutException with the specified path and message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemCheckoutException(String path, String message)
RepositoryItemCheckoutException
with the specified path and message.path
- The path to the resource.message
- The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>