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