public class CopyToWorkspaceException extends AbstractRuntimeException
Synchronizable.Syncable.DENY
or Synchronizable.Syncable.DENY_ALL
.Constructor and Description |
---|
CopyToWorkspaceException(String path,
String message)
Construct a
CopyToWorkspaceException with the specified path and detail message. |
CopyToWorkspaceException(String path,
String message,
Throwable cause)
Construct a
CopyToWorkspaceException with the specified path, detail message and nested
exception. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Return the path of the item that caused this exception.
|
getLocalizedMessage, getMessage, getRootCause, setLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CopyToWorkspaceException(String path, String message)
CopyToWorkspaceException
with the specified path and detail message.path
- message
- the detail messagepublic String getPath()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA