com.sas.hls.resource.repository.exception
Class RepositoryResourceCheckedoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sas.hls.common.exception.AbstractRuntimeException
                  extended by com.sas.hls.resource.repository.exception.RepositoryResourceCheckedoutException
All Implemented Interfaces:
Serializable

public class RepositoryResourceCheckedoutException
extends AbstractRuntimeException

Thrown when an action is taken that is not allowed on checked out files.

See Also:
Serialized Form

Constructor Summary
RepositoryResourceCheckedoutException(String message)
          Constructs an CheckedoutException with the specified message.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractRuntimeException
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryResourceCheckedoutException

public RepositoryResourceCheckedoutException(String message)
Constructs an CheckedoutException with the specified message.

Parameters:
message - the detailed message


Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA