com.sas.hls.resource.exception
Class ResourceDeleteException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RepositoryResourceCopyException, RepositoryResourceDeleteException, WorkspaceResourceCopyException, WorkspaceResourceDeleteException
public class ResourceDeleteException
- extends ResourceException
The resource can not be deleted (typically because it is in use by another user, locked, or checked out).
- See Also:
- Serialized Form
ResourceDeleteException
public ResourceDeleteException(String path,
String message)
- Constructs a
ResourceDeleteException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
ResourceDeleteException
public ResourceDeleteException(String path,
String message,
Throwable cause)
- Constructs a
ResourceDeleteException
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