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

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.RepositoryResourceLockedException
All Implemented Interfaces:
Serializable

public class RepositoryResourceLockedException
extends AbstractRuntimeException

Thrown if an action could not be completed because the item was locked

See Also:
Serialized Form

Constructor Summary
RepositoryResourceLockedException(String message)
          Constructs a RepositoryResourceLockedException with the specified message.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractRuntimeException
getLocalizedMessage, getMessage, 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

RepositoryResourceLockedException

public RepositoryResourceLockedException(String message)
Constructs a RepositoryResourceLockedException with the specified message.

Parameters:
message - the detailed message


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