com.sas.hls.resource.workspace.exception
Class WorkspaceResourceExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.resource.exception.ResourceException
com.sas.hls.resource.exception.ResourceExistsException
com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException
- All Implemented Interfaces:
- Serializable
public class WorkspaceResourceExistsException
- extends ResourceExistsException
Typically thrown when an attempt is made to create a resource in your workspace, and a resource by that name already
exists.
- See Also:
- Serialized Form
WorkspaceResourceExistsException
public WorkspaceResourceExistsException(String path,
String message)
- Constructs a
WorkspaceResourceExistsException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
WorkspaceResourceExistsException
public WorkspaceResourceExistsException(String path,
String message,
Throwable cause)
- Constructs a
WorkspaceResourceExistsException
with the specified message and root cause.
- Parameters:
path
- of the resource in questionmessage
- the detailed messagecause
- the root cause for this exception
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA