com.sas.hls.resource.exception
Class ResourceNotFoundException
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.ResourceNotFoundException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RepositoryResourceNotFoundException, WorkspaceResourceNotFoundException
public class ResourceNotFoundException
- extends ResourceException
The specified resource can not be found.
- See Also:
- Serialized Form
ResourceNotFoundException
public ResourceNotFoundException(String path,
String message)
- Constructs a
ResourceNotFoundException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
ResourceNotFoundException
public ResourceNotFoundException(String path,
String message,
Throwable cause)
- Constructs a
ResourceNotFoundException
with the specified message and root cause.
- Parameters:
path
- of the resource in questionmessage
- the detailed messagecause
- the root cause for this exception
ResourceNotFoundException
public ResourceNotFoundException(String message)
- Constructs a
ResourceNotFoundException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA