com.sas.hls.resource.exception
Class ResourceExistsException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RepositoryResourceExistsException, WorkspaceResourceExistsException
public class ResourceExistsException
- extends ResourceException
Typically thrown when an attempt is made to create a resource and a resource already exists with that name and location..
- See Also:
- Serialized Form
ResourceExistsException
public ResourceExistsException(URI uri,
String message)
- Constructs a
ResourceExistsException
with the specified message.
- Parameters:
uri
- the resource in questionmessage
- the detailed message
ResourceExistsException
public ResourceExistsException(URI uri,
String message,
Throwable cause)
- Constructs a
ResourceExistsException
with the specified message and root cause.
- Parameters:
uri
- the resource in questionmessage
- the detailed messagecause
- the root cause for this exception
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA