public class WorkspaceResourceExistsException extends ResourceExistsException
Constructor and Description |
---|
WorkspaceResourceExistsException(String path,
String message)
Constructs a
WorkspaceResourceExistsException with the specified message. |
WorkspaceResourceExistsException(String path,
String message,
Throwable cause)
Constructs a
WorkspaceResourceExistsException with the specified message and root cause. |
getPath
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WorkspaceResourceExistsException(String path, String message)
WorkspaceResourceExistsException
with the specified message.path
- of the resource in questionmessage
- the detailed messagepublic WorkspaceResourceExistsException(String path, String message, Throwable cause)
WorkspaceResourceExistsException
with the specified message and root cause.path
- of the resource in questionmessage
- the detailed messagecause
- the root cause for this exceptionCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA