public abstract class RepositoryItemException extends RepositoryException
Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
RepositoryItemException(String path,
String message)
Constructs a
RepositoryItemException with the specified path and message. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets the path in the repository that raised the exception.
|
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemException(String path, String message)
RepositoryItemException
with the specified path and message.path
- The path to the repository item.message
- The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()
).public String getPath()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>