com.sas.hls.resource.repository.exception
Class RepositoryResourceCheckoutException
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.repository.exception.RepositoryResourceCheckoutException
- All Implemented Interfaces:
- Serializable
public class RepositoryResourceCheckoutException
- extends ResourceException
Thrown when attempt is made to check out a resource that is already checked out.
- See Also:
- Serialized Form
RepositoryResourceCheckoutException
public RepositoryResourceCheckoutException(String path,
String message)
- Constructs a
RepositoryResourceCheckoutException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
RepositoryResourceCheckoutException
public RepositoryResourceCheckoutException(String path,
String message,
Throwable cause)
- Constructs a
RepositoryResourceCheckoutException
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) 2014, SAS Institute Inc., Cary, NC, USA