public class WorkspaceItemDeleteException extends WorkspaceItemException
Constructor and Description |
---|
WorkspaceItemDeleteException(String path,
String message)
Constructs a
WorkspaceItemDeleteException with the specified path and message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkspaceItemDeleteException(String path, String message)
WorkspaceItemDeleteException
with the specified path and message.path
- of the workspace 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