com.sas.hls.resource.repository.exception
Class RepositoryResourceCheckinException
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.RepositoryResourceCheckinException
- All Implemented Interfaces:
- Serializable
public class RepositoryResourceCheckinException
- extends ResourceException
Thrown when an attempt is made to checkin a resource that is not checked out.
This exception can also be thrown when the checkin specification can not be satisfied (for example you specify a
checkin with a custom version number of 4.1, but the file was already at version 6.0).
- See Also:
- Serialized Form
RepositoryResourceCheckinException
public RepositoryResourceCheckinException(String path,
String message)
- Constructs a
RepositoryResourceCheckinException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
RepositoryResourceCheckinException
public RepositoryResourceCheckinException(String path,
String message,
Throwable cause)
- Constructs a
RepositoryResourceCheckinException
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