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