com.sas.hls.resource.exception
Class ResourceRenameException
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.ResourceRenameException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RepositoryResourceRenameException
public class ResourceRenameException
- extends ResourceException
The specified resource could not be renamed.
- See Also:
- Serialized Form
ResourceRenameException
public ResourceRenameException(String path,
String message)
- Constructs a
ResourceRenameException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
ResourceRenameException
public ResourceRenameException(String path,
String message,
Throwable cause)
- Constructs a
ResourceRenameException
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) 2016, SAS Institute Inc., Cary, NC, USA