com.sas.hls.resource.workspace.exception
Class WorkspaceResourceDeleteException
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.ResourceDeleteException
com.sas.hls.resource.workspace.exception.WorkspaceResourceDeleteException
- All Implemented Interfaces:
- Serializable
public class WorkspaceResourceDeleteException
- extends ResourceDeleteException
The resource can not be deleted (currently in use?)
- See Also:
- Serialized Form
WorkspaceResourceDeleteException
public WorkspaceResourceDeleteException(String path,
String message)
- Constructs a
WorkspaceResourceDeleteException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
WorkspaceResourceDeleteException
public WorkspaceResourceDeleteException(String path,
String message,
Throwable cause)
- Constructs a
WorkspaceResourceDeleteException
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) 2013, SAS Institute Inc., Cary, NC, USA